add pcmcia support for 2.4/brcm and serial_cs kernel module
SVN-Revision: 2490
This commit is contained in:
parent
5a8a1463db
commit
2b46821a9a
4 changed files with 42 additions and 1 deletions
|
@ -634,6 +634,12 @@ config BR2_PACKAGE_KMOD_PCMCIA_CORE
|
||||||
tristate
|
tristate
|
||||||
default m
|
default m
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KMOD_PCMCIA_SERIAL
|
||||||
|
prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
|
||||||
|
tristate
|
||||||
|
default m
|
||||||
|
depends BR2_PACKAGE_KMOD_PCMCIA_CORE
|
||||||
|
|
||||||
comment "USB support"
|
comment "USB support"
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_USB
|
config BR2_PACKAGE_KMOD_USB
|
||||||
|
|
4
openwrt/target/linux/control/kmod-pcmcia-serial.control
Normal file
4
openwrt/target/linux/control/kmod-pcmcia-serial.control
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Package: kmod-pcmcia-serial
|
||||||
|
Priority: optional
|
||||||
|
Section: sys
|
||||||
|
Description: PCMCIA/CardBus serial device support
|
|
@ -287,6 +287,10 @@ $(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
|
||||||
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.o \
|
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.o \
|
||||||
,CONFIG_PCMCIA,,50,pcmcia_core))
|
,CONFIG_PCMCIA,,50,pcmcia_core))
|
||||||
|
|
||||||
|
$(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\
|
||||||
|
$(MODULES_DIR)/kernel/drivers/char/pcmcia/serial_cs.o \
|
||||||
|
,CONFIG_PCMCIA_SERIAL_CS,kmod-pcmcia-core,51,serial_cs))
|
||||||
|
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
|
|
||||||
|
|
|
@ -145,7 +145,11 @@ CONFIG_HOTPLUG=y
|
||||||
#
|
#
|
||||||
# PCMCIA/CardBus support
|
# PCMCIA/CardBus support
|
||||||
#
|
#
|
||||||
# CONFIG_PCMCIA is not set
|
CONFIG_PCMCIA=m
|
||||||
|
CONFIG_CARDBUS=y
|
||||||
|
# CONFIG_TCIC is not set
|
||||||
|
# CONFIG_I82092 is not set
|
||||||
|
# CONFIG_I82365 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCI Hotplug Support
|
# PCI Hotplug Support
|
||||||
|
@ -695,6 +699,11 @@ CONFIG_SCSI_MULTI_LUN=y
|
||||||
# CONFIG_SCSI_NSP32 is not set
|
# CONFIG_SCSI_NSP32 is not set
|
||||||
# CONFIG_SCSI_DEBUG is not set
|
# CONFIG_SCSI_DEBUG is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PCMCIA SCSI adapter support
|
||||||
|
#
|
||||||
|
# CONFIG_SCSI_PCMCIA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Fusion MPT device support
|
# Fusion MPT device support
|
||||||
#
|
#
|
||||||
|
@ -834,6 +843,13 @@ CONFIG_WL=m
|
||||||
# CONFIG_TMD_HERMES is not set
|
# CONFIG_TMD_HERMES is not set
|
||||||
# CONFIG_PCI_HERMES is not set
|
# CONFIG_PCI_HERMES is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Wireless Pcmcia cards support
|
||||||
|
#
|
||||||
|
# CONFIG_PCMCIA_HERMES is not set
|
||||||
|
# CONFIG_AIRO_CS is not set
|
||||||
|
# CONFIG_PCMCIA_ATMEL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Prism54 PCI/PCMCIA GT/Duette Driver - 802.11(a/b/g)
|
# Prism54 PCI/PCMCIA GT/Duette Driver - 802.11(a/b/g)
|
||||||
#
|
#
|
||||||
|
@ -853,6 +869,11 @@ CONFIG_SHAPER=m
|
||||||
#
|
#
|
||||||
# CONFIG_WAN is not set
|
# CONFIG_WAN is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PCMCIA network device support
|
||||||
|
#
|
||||||
|
# CONFIG_NET_PCMCIA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Amateur Radio support
|
# Amateur Radio support
|
||||||
#
|
#
|
||||||
|
@ -994,6 +1015,12 @@ CONFIG_SOFT_WATCHDOG=y
|
||||||
#
|
#
|
||||||
# CONFIG_DRM is not set
|
# CONFIG_DRM is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PCMCIA character devices
|
||||||
|
#
|
||||||
|
CONFIG_PCMCIA_SERIAL_CS=m
|
||||||
|
# CONFIG_SYNCLINK_CS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue