diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:37 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:31 +0200 |
commit | 23cdf9f2468409ca3303f040985f2d7edbd56ebd (patch) | |
tree | 712845dc5f14c900f9d2f3cc86e32692c747a081 /target/linux/bcm53xx | |
parent | 16e0866a742b7edaaaa4fd75b2d122496e84086d (diff) | |
download | mtk-20170518-23cdf9f2468409ca3303f040985f2d7edbd56ebd.zip mtk-20170518-23cdf9f2468409ca3303f040985f2d7edbd56ebd.tar.gz mtk-20170518-23cdf9f2468409ca3303f040985f2d7edbd56ebd.tar.bz2 |
kernel: enable THIN_ARCHIVES by default
THIN_ARCHIVES option is enabled by default in the kernel configuration
and no one target config disables it. So enable it by default and remove
this symbol from target specific configs to keep them light.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
(cherry picked from commit 67a3cdcbb05559549985a189eabaf2df92559ed7)
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index 2971fa7..c9371ac 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -335,7 +335,6 @@ CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 CONFIG_THERMAL_GOV_STEP_WISE=y CONFIG_THERMAL_OF=y -CONFIG_THIN_ARCHIVES=y # CONFIG_THUMB2_KERNEL is not set CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_OF=y |