diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-03-08 16:15:59 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-06 15:40:08 +0200 |
commit | 65adf759b5ef79ea9124e6e3a9481689eeb51422 (patch) | |
tree | 50e0087beba6af2b9f3ace93fad78dc4f018609f /target/linux | |
parent | 239b79f6688101e6cd75cb43a80ef617cf8d06e6 (diff) | |
download | upstream-65adf759b5ef79ea9124e6e3a9481689eeb51422.tar.gz upstream-65adf759b5ef79ea9124e6e3a9481689eeb51422.tar.bz2 upstream-65adf759b5ef79ea9124e6e3a9481689eeb51422.zip |
kernel: handle CFQ_GROUP_IOSCHED/CGROUP_HUGETLB in config-4.14
The generic config-4.14 should handle below configs.
- CONFIG_CFQ_GROUP_IOSCHED
- CONFIG_CGROUP_HUGETLB
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index f24630a554..8572992be3 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -729,11 +729,13 @@ CONFIG_CC_STACKPROTECTOR_NONE=y # CONFIG_CDROM_PKTCDVD is not set # CONFIG_CEPH_FS is not set # CONFIG_CEPH_LIB is not set +# CONFIG_CFQ_GROUP_IOSCHED is not set # CONFIG_CFG80211 is not set # CONFIG_CFG80211_CERTIFICATION_ONUS is not set # CONFIG_CGROUPS is not set # CONFIG_CGROUP_BPF is not set # CONFIG_CGROUP_DEBUG is not set +# CONFIG_CGROUP_HUGETLB is not set # CONFIG_CGROUP_NET_CLASSID is not set # CONFIG_CGROUP_NET_PRIO is not set # CONFIG_CGROUP_RDMA is not set |