diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-26 14:19:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-26 14:19:13 +0000 |
commit | 6ee4aa34edb6fe63524ffa54c3adc850fb4c050c (patch) | |
tree | 6bd7512adddd8b27a68516d653391fce90d54cff /target/linux/ar71xx/config-2.6.30 | |
parent | a93033d354e9a67d1603983d30e0b005529db889 (diff) | |
download | upstream-6ee4aa34edb6fe63524ffa54c3adc850fb4c050c.tar.gz upstream-6ee4aa34edb6fe63524ffa54c3adc850fb4c050c.tar.bz2 upstream-6ee4aa34edb6fe63524ffa54c3adc850fb4c050c.zip |
ar71xx: move USB host device support into a separate file
SVN-Revision: 18940
Diffstat (limited to 'target/linux/ar71xx/config-2.6.30')
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index b01fb42a56..16c44c2f21 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -10,6 +10,7 @@ CONFIG_AR71XX_DEV_GPIO_BUTTONS=y CONFIG_AR71XX_DEV_LEDS_GPIO=y CONFIG_AR71XX_DEV_M25P80=y CONFIG_AR71XX_DEV_PB42_PCI=y +CONFIG_AR71XX_DEV_USB=y CONFIG_AR71XX_MACH_AP81=y CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y |