diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-07-30 16:24:19 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-07-30 16:59:47 +0100 |
commit | d1a8217d87bffa33fd7d4562b3ed2f797c14beaf (patch) | |
tree | 1f5d7889d7e893ceafd55885ebe2989a196b2dc9 /target/linux/generic/config-4.19 | |
parent | 917980fd8a6589d6911797211f1871016f527f8c (diff) | |
download | upstream-d1a8217d87bffa33fd7d4562b3ed2f797c14beaf.tar.gz upstream-d1a8217d87bffa33fd7d4562b3ed2f797c14beaf.tar.bz2 upstream-d1a8217d87bffa33fd7d4562b3ed2f797c14beaf.zip |
kernel: clean-up build-configurable kernel config symbols
Don't explicitely disable options in target/linux/generic/config-* if
they are already controlled in config/Config-kernel.in.
Add a bunch of new symbols and prepare defaults for using only unified
hierarchy (ie. cgroup2). Update symbol dependencies while at it
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/config-4.19')
-rw-r--r-- | target/linux/generic/config-4.19 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 172af013db..016c3bc6aa 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -743,12 +743,6 @@ CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y # CONFIG_CEPH_LIB 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_NET_CLASSID is not set -# CONFIG_CGROUP_NET_PRIO is not set -# CONFIG_CGROUP_RDMA is not set # CONFIG_CHARGER_ADP5061 is not set # CONFIG_CHARGER_BQ2415X is not set # CONFIG_CHARGER_BQ24190 is not set @@ -1867,7 +1861,6 @@ CONFIG_HPET_MMAP_DEFAULT=y # CONFIG_HTC_PASIC3 is not set # CONFIG_HTS221 is not set # CONFIG_HTU21 is not set -# CONFIG_HUGETLB_PAGE is not set # CONFIG_HVC_DCC is not set # CONFIG_HVC_UDBG is not set # CONFIG_HWLAT_TRACER is not set @@ -5403,7 +5396,6 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_TRACING_EVENTS_GPIO is not set CONFIG_TRACING_SUPPORT=y CONFIG_TRAD_SIGNALS=y -# CONFIG_TRANSPARENT_HUGEPAGE is not set # CONFIG_TREE_RCU is not set # CONFIG_TREE_RCU_TRACE is not set # CONFIG_TRIM_UNUSED_KSYMS is not set |