From d7d80f4e5f2d839870260283d7b4b7df9ba027c5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Jul 2014 13:18:38 +0000 Subject: [PATCH] lantiq: Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enable LANTIQ_PHY and LANTIQ_XRX200 only in XRX200 subtarget. These drivers are not needed for ASE, Danube and AR9. As side effect PHY11G and PHY22F firmwares are not included in the kernel image, which saves 64 KB. Signed off by: José Vázquez Fernández Signed-off-by: John Crispin SVN-Revision: 41449 --- target/linux/lantiq/config-default | 2 -- target/linux/lantiq/xrx200/config-default | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index c8e9d8521f..f6e0eca43e 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -83,9 +83,7 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_LANTIQ=y CONFIG_LANTIQ_ETOP=y -CONFIG_LANTIQ_PHY=y CONFIG_LANTIQ_WDT=y -CONFIG_LANTIQ_XRX200=y CONFIG_LEDS_GPIO=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index 0696aaba58..f72b12f384 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -15,6 +15,8 @@ CONFIG_INPUT_POLLDEV=y CONFIG_IRQCHIP=y CONFIG_IRQ_WORK=y # CONFIG_ISDN is not set +CONFIG_LANTIQ_PHY=y +CONFIG_LANTIQ_XRX200=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y -- 2.30.2