[ssb] Remove pcmcia support from ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
bbbf6e6d83
commit
bb6f6a656c
|
@ -121,7 +121,6 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,pcspkr))
|
||||
|
||||
# This activates PCMCIA support in ssb. This will be included in kmod-ssb.
|
||||
define KernelPackage/pcmcia-core
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=PCMCIA/CardBus support
|
||||
|
@ -132,9 +131,6 @@ define KernelPackage/pcmcia-core
|
|||
CONFIG_PCCARD \
|
||||
CONFIG_YENTA \
|
||||
CONFIG_PCCARD_NONSTATIC \
|
||||
CONFIG_SSB_PCMCIAHOST=y \
|
||||
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y \
|
||||
CONFIG_SSB_BLOCKIO=y \
|
||||
PCMCIA_DEBUG=n
|
||||
endef
|
||||
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
--- a/drivers/ssb/Kconfig
|
||||
+++ b/drivers/ssb/Kconfig
|
||||
@@ -26,7 +26,7 @@ config SSB_SPROM
|
||||
|
||||
# Support for Block-I/O. SELECT this from the driver that needs it.
|
||||
config SSB_BLOCKIO
|
||||
- bool
|
||||
+ bool "add SSB_BLOCKIO support"
|
||||
depends on SSB
|
||||
|
||||
config SSB_PCIHOST_POSSIBLE
|
||||
@@ -48,7 +48,7 @@ config SSB_PCIHOST
|
||||
config SSB_B43_PCI_BRIDGE
|
||||
bool
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
--- a/drivers/ssb/Kconfig
|
||||
+++ b/drivers/ssb/Kconfig
|
||||
@@ -27,7 +27,7 @@ config SSB_SPROM
|
||||
|
||||
# Support for Block-I/O. SELECT this from the driver that needs it.
|
||||
config SSB_BLOCKIO
|
||||
- bool
|
||||
+ bool "add SSB_BLOCKIO support"
|
||||
depends on SSB
|
||||
|
||||
config SSB_PCIHOST_POSSIBLE
|
||||
@@ -49,7 +49,7 @@ config SSB_PCIHOST
|
||||
config SSB_B43_PCI_BRIDGE
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue