From fa097e5ae5fddb82a077a0bb1676a512fa2d908e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 6 Mar 2015 07:56:21 +0000 Subject: kernel: disbale HAMRADIO in generic config HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov SVN-Revision: 44613 --- target/linux/mpc52xx/config-3.10 | 1 - target/linux/mpc52xx/config-3.14 | 1 - target/linux/mpc52xx/config-3.18 | 1 - target/linux/mpc52xx/config-3.8 | 1 - 4 files changed, 4 deletions(-) (limited to 'target/linux/mpc52xx') diff --git a/target/linux/mpc52xx/config-3.10 b/target/linux/mpc52xx/config-3.10 index 5cb5aeee25..a5e71e378a 100644 --- a/target/linux/mpc52xx/config-3.10 +++ b/target/linux/mpc52xx/config-3.10 @@ -89,7 +89,6 @@ CONFIG_GEN_RTC=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC5200=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y diff --git a/target/linux/mpc52xx/config-3.14 b/target/linux/mpc52xx/config-3.14 index 6a253b9f1f..4f574781e9 100644 --- a/target/linux/mpc52xx/config-3.14 +++ b/target/linux/mpc52xx/config-3.14 @@ -98,7 +98,6 @@ CONFIG_GEN_RTC=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC5200=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y diff --git a/target/linux/mpc52xx/config-3.18 b/target/linux/mpc52xx/config-3.18 index b2f9428f84..442d4ccea7 100644 --- a/target/linux/mpc52xx/config-3.18 +++ b/target/linux/mpc52xx/config-3.18 @@ -102,7 +102,6 @@ CONFIG_GLOB=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC5200=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y diff --git a/target/linux/mpc52xx/config-3.8 b/target/linux/mpc52xx/config-3.8 index 606d29fd06..cdc1b31a5c 100644 --- a/target/linux/mpc52xx/config-3.8 +++ b/target/linux/mpc52xx/config-3.8 @@ -86,7 +86,6 @@ CONFIG_GEN_RTC=y # CONFIG_GE_FPGA is not set CONFIG_GPIOLIB=y CONFIG_GPIO_MPC5200=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y -- cgit v1.2.3