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 | 2cbe1f1c0d5e7bf7d24086e7794d23cdeeb24f32 (patch) | |
tree | baa4277d189f5e1a283c2f92028b13e1542af07d /target/linux/at91-2.6/config | |
parent | 1fa14eacccffab2c9e4dba7b773f56281b4d358e (diff) | |
download | upstream-2cbe1f1c0d5e7bf7d24086e7794d23cdeeb24f32.tar.gz upstream-2cbe1f1c0d5e7bf7d24086e7794d23cdeeb24f32.tar.bz2 upstream-2cbe1f1c0d5e7bf7d24086e7794d23cdeeb24f32.zip |
Added GPIO driver
SVN-Revision: 6534
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 |