Remove pcmcia support from ssb.

SVN-Revision: 16023
This commit is contained in:
Hauke Mehrtens
2009-05-24 11:30:06 +00:00
parent 19b01b4ffe
commit e80f5ca91e
3 changed files with 0 additions and 22 deletions

View File

@@ -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