diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-02 08:04:06 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | 77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7 (patch) | |
tree | d97be0127adc2c80ab6a1e581b9624f3eec044ea /target | |
parent | d7a76be980ab987e463c9a184d4a657c62f908e4 (diff) | |
download | upstream-77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7.tar.gz upstream-77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7.tar.bz2 upstream-77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7.zip |
lantiq: ase: cleanup kernel config
The subtarget kernel config options CONFIG_CC_OPTIMIZE_FOR_SIZE and
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK are already set by the target or
global kernel config.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/ase/config-default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default index b6cd4f3910..b53f6c5686 100644 --- a/target/linux/lantiq/ase/config-default +++ b/target/linux/lantiq/ase/config-default @@ -1,5 +1,4 @@ CONFIG_ADM6996_PHY=y -CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CPU_MIPS32_R1=y # CONFIG_CPU_MIPS32_R2 is not set CONFIG_CPU_MIPSR1=y @@ -9,7 +8,6 @@ CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_FIRMWARE_MEMMAP=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_GENERIC_PLATFORM=y -CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y # CONFIG_ISDN is not set # CONFIG_LBDAF is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y |