1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-12 02:10:15 +02:00

Enable more PCMCIA specific options, thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-11-03 21:27:05 +00:00
parent 27518b7596
commit e0338bc09b

View File

@ -241,6 +241,7 @@ CONFIG_PCI_GOANY=y
# CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GOMMCONFIG is not set
CONFIG_PCMCIA=m CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PHYLIB=y CONFIG_PHYLIB=y
CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_PHYSICAL_START=0x100000 CONFIG_PHYSICAL_START=0x100000
@ -338,4 +339,6 @@ CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_X86_VSMP is not set # CONFIG_X86_VSMP is not set
CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_XADD=y CONFIG_X86_XADD=y
# CONFIG_YENTA_ENE_TUNE is not set
CONFIG_YENTA_TI=y
# CONFIG_ZONE_DMA32 is not set # CONFIG_ZONE_DMA32 is not set