mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
package/kernel: move PCMCIA modules to their own file & submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21136 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
define KernelPackage/pcmcia-au1000
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
SUBMENU:=$(PCMCIA_MENU)
|
||||
TITLE:=RMI/AMD Au1000 PCMCIA support
|
||||
DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.$(LINUX_KMOD_SUFFIX)
|
||||
|
||||
@@ -22,7 +22,7 @@ $(eval $(call KernelPackage,bcm63xx-spi))
|
||||
|
||||
|
||||
define KernelPackage/pcmcia-bcm63xx
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
SUBMENU:=$(PCMCIA_MENU)
|
||||
TITLE:=Broadcom BCM63xx PCMCIA support
|
||||
DEPENDS:=@TARGET_brcm63xx kmod-pcmcia-core
|
||||
KCONFIG:=CONFIG_PCMCIA_BCM63XX
|
||||
|
||||
Reference in New Issue
Block a user