[source] lantiq: ase: cleanup kernel config
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 4 11:08:40 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7
commit 77fee9bcce5cb118be6e1f8168cf5a0fe6dcf2b7
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Oct 2 08:04:06 2017 +0200
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 at kresin.me>
---
target/linux/lantiq/ase/config-default | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/linux/lantiq/ase/config-default b/target/linux/lantiq/ase/config-default
index b6cd4f3..b53f6c5 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
More information about the lede-commits
mailing list