mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:49:42 +02:00
fix pcmcia/pccard build defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
49f869938d
commit
74263c7c57
@ -25,7 +25,7 @@ endif
|
||||
ifneq ($(CONFIG_USB),)
|
||||
FEATURES += usb
|
||||
endif
|
||||
ifneq ($(CONFIG_PCMCIA),)
|
||||
ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
|
||||
FEATURES += pcmcia
|
||||
endif
|
||||
ifneq ($(CONFIG_VIDEO_DEV),)
|
||||
|
@ -195,6 +195,8 @@ CONFIG_PARPORT=m
|
||||
# CONFIG_PARPORT_PC is not set
|
||||
CONFIG_PARPORT_SPLINK=m
|
||||
# CONFIG_PARPORT_SUNBPP is not set
|
||||
CONFIG_PCCARD=m
|
||||
CONFIG_PCCARD_NONSTATIC=m
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCI_AUTO=y
|
||||
# CONFIG_PCI_HERMES is not set
|
||||
|
@ -739,8 +739,6 @@ CONFIG_PACKET=y
|
||||
CONFIG_PACKET_MMAP=y
|
||||
# CONFIG_PARPORT is not set
|
||||
CONFIG_PARTITION_ADVANCED=y
|
||||
CONFIG_PCCARD=m
|
||||
CONFIG_PCCARD_NONSTATIC=m
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCI_ATMEL=m
|
||||
CONFIG_PCI_HERMES=m
|
||||
|
@ -337,6 +337,8 @@ CONFIG_PAGE_OFFSET=0xC0000000
|
||||
# CONFIG_PATA_VIA is not set
|
||||
# CONFIG_PATA_WINBOND is not set
|
||||
CONFIG_PC8736x_GPIO=m
|
||||
CONFIG_PCCARD=m
|
||||
CONFIG_PCCARD_NONSTATIC=m
|
||||
# CONFIG_PCIEPORTBUS is not set
|
||||
# CONFIG_PCIPCWATCHDOG is not set
|
||||
CONFIG_PCI_BIOS=y
|
||||
|
Loading…
Reference in New Issue
Block a user