diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-15 23:31:36 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-15 23:31:36 +0000 |
commit | 0116ef41188f81a7bb5920afa3ac01e74e093996 (patch) | |
tree | 1777888a6d9c9f36e30fb415aacef394370ae835 /packages/linux | |
parent | 53318dd78df204d1ef721d83f7d9c1ca5104304c (diff) |
linux-handhelds-2.6: Fix Hermes/Atmel PCMCIA WiFi support.
* defconfigman r405 support.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/hx4700/defconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/linux/linux-handhelds-2.6/hx4700/defconfig b/packages/linux/linux-handhelds-2.6/hx4700/defconfig index 3318541200..cda9cd187c 100644 --- a/packages/linux/linux-handhelds-2.6/hx4700/defconfig +++ b/packages/linux/linux-handhelds-2.6/hx4700/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.21-hh16 -# Sun Sep 16 02:15:12 2007 +# Sun Sep 16 02:28:23 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -771,13 +771,16 @@ CONFIG_NET_WIRELESS_RTNETLINK=y # # Wireless 802.11b ISA/PCI cards support # -# CONFIG_HERMES is not set -# CONFIG_ATMEL is not set +CONFIG_HERMES=m +CONFIG_ATMEL=m # # Wireless 802.11b Pcmcia/Cardbus cards support # +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_SPECTRUM=m CONFIG_AIRO_CS=m +CONFIG_PCMCIA_ATMEL=m CONFIG_PCMCIA_WL3501=m CONFIG_USB_ZD1201=m CONFIG_HOSTAP=m |