diff options
author | John Crispin <john@openwrt.org> | 2011-03-29 07:10:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-29 07:10:50 +0000 |
commit | 628a47642cea48639bcfb07b45ae4e277b72164f (patch) | |
tree | 2a7f615cafeed009f22bc61bc63bed9b855c1b63 /target/linux/lantiq/xway/config-default | |
parent | ff885fde8e033399cb797f856f5cc8a993ae8c50 (diff) | |
download | upstream-628a47642cea48639bcfb07b45ae4e277b72164f.tar.gz upstream-628a47642cea48639bcfb07b45ae4e277b72164f.tar.bz2 upstream-628a47642cea48639bcfb07b45ae4e277b72164f.zip |
* adds spi driver, thx daniel
SVN-Revision: 26355
Diffstat (limited to 'target/linux/lantiq/xway/config-default')
-rw-r--r-- | target/linux/lantiq/xway/config-default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index bb4298deab..bcd0521dca 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -19,4 +19,9 @@ CONFIG_LANTIQ_PROM_ASC1=y CONFIG_RTL8306_PHY=y # CONFIG_SOC_LANTIQ_FALCON is not set CONFIG_SOC_LANTIQ_XWAY=y +CONFIG_SPI=y +CONFIG_SPI_BITBANG=y +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_LANTIQ=y +CONFIG_SPI_MASTER=y CONFIG_USB_SUPPORT=y |