diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:25 +0000 |
commit | 57122e7cccad838c604828afd7ff329349f4691a (patch) | |
tree | 896372ac24151eb8176c29eb88c733b397a266d0 /target/linux/ramips/rt305x/config-2.6.39 | |
parent | 3f986df05f5c07dd705ed085b13d7e19c0a72aa2 (diff) | |
download | upstream-57122e7cccad838c604828afd7ff329349f4691a.tar.gz upstream-57122e7cccad838c604828afd7ff329349f4691a.tar.bz2 upstream-57122e7cccad838c604828afd7ff329349f4691a.zip |
ramips: add SPI controller driver
Based on a patch by Sergiy <piratfm@gmail.com>
SVN-Revision: 27809
Diffstat (limited to 'target/linux/ramips/rt305x/config-2.6.39')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.39 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.39 b/target/linux/ramips/rt305x/config-2.6.39 index 1f85b88155..ae6d3dca75 100644 --- a/target/linux/ramips/rt305x/config-2.6.39 +++ b/target/linux/ramips/rt305x/config-2.6.39 @@ -104,6 +104,11 @@ CONFIG_SERIAL_8250_RT288X=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_RT305X=y +CONFIG_SPI=y +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_RAMIPS=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_CPU_MIPS32_R2=y CONFIG_SYS_HAS_EARLY_PRINTK=y |