diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-03-07 11:46:24 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-03-07 11:46:24 +0000 |
commit | 2a8052dbbd73a7b69c746f9b8271d63d6eaee5b9 (patch) | |
tree | db16f1d42473bbff880c86707f9122904cc6a48e /target/linux/at91-2.6/config | |
parent | c0fee3e913a6dc360922f5b3ecf1cb7c0c77ff8e (diff) | |
download | upstream-2a8052dbbd73a7b69c746f9b8271d63d6eaee5b9.tar.gz upstream-2a8052dbbd73a7b69c746f9b8271d63d6eaee5b9.tar.bz2 upstream-2a8052dbbd73a7b69c746f9b8271d63d6eaee5b9.zip |
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 |