diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-15 23:21:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-15 23:21:28 +0000 |
commit | 0202226b15b832b2b604120049ce0bfaaf89f817 (patch) | |
tree | a7d77d0a0237420be0c72c81cfd9f1f71d2ae3be /packages | |
parent | 04328e1321df9beb9a9bab3aae78a74461b87c7a (diff) |
linux-handhelds-2.6: hx4700: Dirty magic to enable AX8817X USB Ether driver.
* It manages to depend on CONFIG_NET_ETHERNET even though according to Kconfig
it's aux switch symbol only.
* defconfigman r404.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/hx4700/defconfig | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/linux/linux-handhelds-2.6/hx4700/defconfig b/packages/linux/linux-handhelds-2.6/hx4700/defconfig index 04adda8f77..3318541200 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 01:57:51 2007 +# Sun Sep 16 02:15:12 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -727,12 +727,16 @@ CONFIG_TUN=m # # PHY device support # +# CONFIG_PHYLIB is not set # # Ethernet (10 or 100Mbit) # -# CONFIG_NET_ETHERNET is not set +CONFIG_NET_ETHERNET=y CONFIG_MII=m +# CONFIG_SMC91X is not set +# CONFIG_DM9000 is not set +# CONFIG_SMC911X is not set # # Ethernet (1000 Mbit) @@ -750,7 +754,7 @@ CONFIG_MII=m # Wireless LAN (non-hamradio) # CONFIG_NET_RADIO=y -# CONFIG_NET_WIRELESS_RTNETLINK is not set +CONFIG_NET_WIRELESS_RTNETLINK=y # # Obsolete Wireless cards support (pre-802.11) @@ -1300,6 +1304,7 @@ CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m CONFIG_USB_USBNET_MII=m CONFIG_USB_USBNET=m +CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_CDCETHER=m CONFIG_USB_NET_DM9601=m CONFIG_USB_NET_GL620A=m |