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
This commit is contained in:
parent
6617845711
commit
fa097e5ae5
57 changed files with 8 additions and 56 deletions
|
@ -78,7 +78,6 @@ CONFIG_GPIOLIB=y
|
|||
CONFIG_GPIO_DEVRES=y
|
||||
CONFIG_GPIO_EP93XX=y
|
||||
CONFIG_GPIO_GENERIC=y
|
||||
# CONFIG_HAMRADIO is not set
|
||||
CONFIG_HARDIRQS_SW_RESEND=y
|
||||
CONFIG_HAS_DMA=y
|
||||
CONFIG_HAS_IOMEM=y
|
||||
|
|
|
@ -83,7 +83,6 @@ CONFIG_GPIOLIB=y
|
|||
CONFIG_GPIO_DEVRES=y
|
||||
CONFIG_GPIO_EP93XX=y
|
||||
CONFIG_GPIO_GENERIC=y
|
||||
# CONFIG_HAMRADIO is not set
|
||||
CONFIG_HARDIRQS_SW_RESEND=y
|
||||
CONFIG_HAS_DMA=y
|
||||
CONFIG_HAS_IOMEM=y
|
||||
|
|
|
@ -83,7 +83,6 @@ CONFIG_GPIOLIB=y
|
|||
CONFIG_GPIO_DEVRES=y
|
||||
CONFIG_GPIO_EP93XX=y
|
||||
CONFIG_GPIO_GENERIC=y
|
||||
# CONFIG_HAMRADIO is not set
|
||||
CONFIG_HARDIRQS_SW_RESEND=y
|
||||
CONFIG_HAS_DMA=y
|
||||
CONFIG_HAS_IOMEM=y
|
||||
|
|
|
@ -78,7 +78,6 @@ CONFIG_GENERIC_STRNLEN_USER=y
|
|||
CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_EP93XX=y
|
||||
CONFIG_GPIO_GENERIC=y
|
||||
# CONFIG_HAMRADIO is not set
|
||||
CONFIG_HARDIRQS_SW_RESEND=y
|
||||
CONFIG_HAS_DMA=y
|
||||
CONFIG_HAS_IOMEM=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue