aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-05-24 11:30:06 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-05-24 11:30:06 +0000
commitbb6f6a656cb5a675392c2e0bf6feada7157d9c65 (patch)
tree5deebe0d6db91ad7e979e2faf0486fd774cb2f87 /package/kernel
parentbbbf6e6d83497a4b444b7fdbd239ecfa2ae26d2f (diff)
downloadupstream-bb6f6a656cb5a675392c2e0bf6feada7157d9c65.tar.gz
upstream-bb6f6a656cb5a675392c2e0bf6feada7157d9c65.tar.bz2
upstream-bb6f6a656cb5a675392c2e0bf6feada7157d9c65.zip
[ssb] Remove pcmcia support from ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 392a88ed0f..8e51e1abf6 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -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