diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-01-13 14:46:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-01-13 15:04:15 +0100 |
commit | 7e99a6ba690f27b36e99144178c71f0687b07ad9 (patch) | |
tree | be135a3d258d77827b52339b3c37fb995e6c1720 /target/linux/xburst | |
parent | 86e18f6706e1f2c881fb6a2b9facf108573416e6 (diff) | |
download | mtk-20170518-7e99a6ba690f27b36e99144178c71f0687b07ad9.zip mtk-20170518-7e99a6ba690f27b36e99144178c71f0687b07ad9.tar.gz mtk-20170518-7e99a6ba690f27b36e99144178c71f0687b07ad9.tar.bz2 |
target: disable CONFIG_PROC_PAGE_MONITOR on most targets
Disable CONFIG_PROC_PAGE_MONITOR in most places and only keep it enabled
for virtual targets such as malta or potent ones like x86.
This saves up to 4KB of uncompressed kernel size and significantly
decreases CPU load under certain workloads.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/xburst/config-3.18 b/target/linux/xburst/config-3.18 index e1b28d6..099f5b0 100644 --- a/target/linux/xburst/config-3.18 +++ b/target/linux/xburst/config-3.18 @@ -251,7 +251,6 @@ CONFIG_PREEMPT_COUNT=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_RCU=y CONFIG_PRINTK_TIME=y -CONFIG_PROC_PAGE_MONITOR=y CONFIG_PWM=y CONFIG_PWM_JZ4740=y CONFIG_PWM_SYSFS=y |