diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-07 11:46:24 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-07 11:46:24 +0000 |
commit | 552c341208759779e4e081160d6914cbed2f89a7 (patch) | |
tree | db16f1d42473bbff880c86707f9122904cc6a48e /target/linux/at91-2.6/config | |
parent | 345fbb3086804a836424f224cddc0e136d949b68 (diff) |
Added GPIO driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91-2.6/config')
-rw-r--r-- | target/linux/at91-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91-2.6/config/default b/target/linux/at91-2.6/config/default index cfcfe54a7b..05e6f7c38e 100644 --- a/target/linux/at91-2.6/config/default +++ b/target/linux/at91-2.6/config/default @@ -42,6 +42,7 @@ CONFIG_ARM_THUMB=y # CONFIG_AT91_PROGRAMMABLE_CLOCKS is not set CONFIG_AT91_SPI=y CONFIG_AT91_SPIDEV=y +CONFIG_AT91_VLIO=y # CONFIG_ATM_DUMMY is not set # CONFIG_ATM_TCP is not set CONFIG_BASE_SMALL=0 |