diff options
| author | John Crispin <john@openwrt.org> | 2015-03-06 07:56:21 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2015-03-06 07:56:21 +0000 |
| commit | fa097e5ae5fddb82a077a0bb1676a512fa2d908e (patch) | |
| tree | 03ba239082e142daeb7e746919417ebd6adc4bb3 /target/linux/mpc83xx | |
| parent | 66178457116e5bbaf67d48cbbed158f68adf8ce1 (diff) | |
| download | upstream-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.tar.gz upstream-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.tar.bz2 upstream-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.zip | |
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 <ryazanov.s.a@gmail.com>
SVN-Revision: 44613
Diffstat (limited to 'target/linux/mpc83xx')
| -rw-r--r-- | target/linux/mpc83xx/config-3.10 | 1 | ||||
| -rw-r--r-- | target/linux/mpc83xx/config-3.14 | 1 | ||||
| -rw-r--r-- | target/linux/mpc83xx/config-3.18 | 1 | ||||
| -rw-r--r-- | target/linux/mpc83xx/config-3.8 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/mpc83xx/config-3.10 b/target/linux/mpc83xx/config-3.10 index bb4cdcb7e20..e5fba211f0b 100644 --- a/target/linux/mpc83xx/config-3.10 +++ b/target/linux/mpc83xx/config-3.10 @@ -102,7 +102,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/mpc83xx/config-3.14 b/target/linux/mpc83xx/config-3.14 index 44cd8e2d028..ae31a7d83d7 100644 --- a/target/linux/mpc83xx/config-3.14 +++ b/target/linux/mpc83xx/config-3.14 @@ -108,7 +108,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/mpc83xx/config-3.18 b/target/linux/mpc83xx/config-3.18 index 473efde8d5a..3cb06062508 100644 --- a/target/linux/mpc83xx/config-3.18 +++ b/target/linux/mpc83xx/config-3.18 @@ -111,7 +111,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/mpc83xx/config-3.8 b/target/linux/mpc83xx/config-3.8 index 5d7eb381f6f..eaf53781744 100644 --- a/target/linux/mpc83xx/config-3.8 +++ b/target/linux/mpc83xx/config-3.8 @@ -102,7 +102,6 @@ CONFIG_GIANFAR=y CONFIG_GPIOLIB=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 |
