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 | 0bf7b33e191f2215513391ab1a78b6bfc2e0b05b (patch) | |
tree | 7140137b8b05b122423df90fec68b4f4df37623f /target/linux/ar71xx/config-2.6.30 | |
parent | 73378d717d08658a5168e5b074f82020d6624a41 (diff) | |
download | upstream-0bf7b33e191f2215513391ab1a78b6bfc2e0b05b.tar.gz upstream-0bf7b33e191f2215513391ab1a78b6bfc2e0b05b.tar.bz2 upstream-0bf7b33e191f2215513391ab1a78b6bfc2e0b05b.zip |
ar71xx: move USB host device support into a separate file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18940 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |