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/x86/olpc/config-default | |
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/x86/olpc/config-default')
-rw-r--r-- | target/linux/x86/olpc/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/olpc/config-default b/target/linux/x86/olpc/config-default index 7ad86c0000..90f0302d55 100644 --- a/target/linux/x86/olpc/config-default +++ b/target/linux/x86/olpc/config-default @@ -28,7 +28,6 @@ CONFIG_FB_GEODE_LX=y CONFIG_FREEZER=y CONFIG_GPIOLIB=y # CONFIG_GPIO_SODAVILLE is not set -# CONFIG_HAMRADIO is not set CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HIBERNATION=y # CONFIG_HIGHMEM64G is not set |