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/mpc85xx/config-3.14 | 1 - target/linux/mpc85xx/config-3.18 | 1 - target/linux/mpc85xx/config-3.19 | 1 - 3 files changed, 3 deletions(-) (limited to 'target/linux/mpc85xx') diff --git a/target/linux/mpc85xx/config-3.14 b/target/linux/mpc85xx/config-3.14 index ce85449..ed00e42 100644 --- a/target/linux/mpc85xx/config-3.14 +++ b/target/linux/mpc85xx/config-3.14 @@ -73,7 +73,6 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC8XXX=y CONFIG_GPIO_SYSFS=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y diff --git a/target/linux/mpc85xx/config-3.18 b/target/linux/mpc85xx/config-3.18 index 461ed7b..5272501 100644 --- a/target/linux/mpc85xx/config-3.18 +++ b/target/linux/mpc85xx/config-3.18 @@ -83,7 +83,6 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC8XXX=y CONFIG_GPIO_SYSFS=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y diff --git a/target/linux/mpc85xx/config-3.19 b/target/linux/mpc85xx/config-3.19 index 461ed7b..5272501 100644 --- a/target/linux/mpc85xx/config-3.19 +++ b/target/linux/mpc85xx/config-3.19 @@ -83,7 +83,6 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_MPC8XXX=y CONFIG_GPIO_SYSFS=y -# CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y -- cgit v1.1