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/mpc85xx/config-4.9 | |
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/mpc85xx/config-4.9')
-rw-r--r-- | target/linux/mpc85xx/config-4.9 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/config-4.9 b/target/linux/mpc85xx/config-4.9 index f811421..68568c4 100644 --- a/target/linux/mpc85xx/config-4.9 +++ b/target/linux/mpc85xx/config-4.9 @@ -290,7 +290,6 @@ CONFIG_PPC_UDBG_16550=y CONFIG_PPC_WERROR=y # CONFIG_PPC_XICS is not set # CONFIG_PQ2ADS is not set -CONFIG_PROC_PAGE_MONITOR=y # CONFIG_PTP_1588_CLOCK_GIANFAR is not set CONFIG_QE_GPIO=y CONFIG_QE_USB=y |