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/au1000/config-3.14 | 1 - target/linux/au1000/config-3.18 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/au1000') diff --git a/target/linux/au1000/config-3.14 b/target/linux/au1000/config-3.14 index 570d85014d..e5a45ed4c0 100644 --- a/target/linux/au1000/config-3.14 +++ b/target/linux/au1000/config-3.14 @@ -43,7 +43,6 @@ CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y -# CONFIG_HAMRADIO is not set CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y diff --git a/target/linux/au1000/config-3.18 b/target/linux/au1000/config-3.18 index 33c1833794..cb2eee20eb 100644 --- a/target/linux/au1000/config-3.18 +++ b/target/linux/au1000/config-3.18 @@ -43,7 +43,6 @@ CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y -# CONFIG_HAMRADIO is not set CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y -- cgit v1.2.3