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-22 07:55:20 +0200 |
commit | 67a3cdcbb05559549985a189eabaf2df92559ed7 (patch) | |
tree | b93493e614b651414e479f0519e7cde20e229507 /target/linux/mvebu | |
parent | bdc2b58c4bccb50242af853dc80b50f9324b841c (diff) | |
download | mtk-20170518-67a3cdcbb05559549985a189eabaf2df92559ed7.zip mtk-20170518-67a3cdcbb05559549985a189eabaf2df92559ed7.tar.gz mtk-20170518-67a3cdcbb05559549985a189eabaf2df92559ed7.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>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14 index c8230f5..a48a3c8 100644 --- a/target/linux/mvebu/config-4.14 +++ b/target/linux/mvebu/config-4.14 @@ -453,7 +453,6 @@ CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 CONFIG_THERMAL_GOV_STEP_WISE=y CONFIG_THERMAL_HWMON=y CONFIG_THERMAL_OF=y -CONFIG_THIN_ARCHIVES=y # CONFIG_THUMB2_KERNEL is not set CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_OF=y |