diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-24 13:56:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-24 13:56:07 +0000 |
commit | bf63acdcae46feec548710f5c9f0747b2621b1fc (patch) | |
tree | 3d4e2f33fa7e67a5ca29f4de27a401f6239da024 /target/linux | |
parent | d6f6cf7ea7781aa2792764f3b5d4a7895c0703c5 (diff) | |
download | upstream-bf63acdcae46feec548710f5c9f0747b2621b1fc.tar.gz upstream-bf63acdcae46feec548710f5c9f0747b2621b1fc.tar.bz2 upstream-bf63acdcae46feec548710f5c9f0747b2621b1fc.zip |
add missing CONFIG_SPI_DEBUG symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.26 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index a2178865b6..fc7b95c290 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -1393,6 +1393,7 @@ CONFIG_SOUND=m # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPI is not set +# CONFIG_SPI_DEBUG is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 201df22428..16d7db3419 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -1435,6 +1435,7 @@ CONFIG_SOUND=m # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPI is not set +# CONFIG_SPI_DEBUG is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index cba2e23767..7476c06cc8 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1479,6 +1479,7 @@ CONFIG_SOUND=m # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPI is not set +# CONFIG_SPI_DEBUG is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index 3f2cdd72e8..7022a2f7d9 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -1510,6 +1510,7 @@ CONFIG_SOUND=m # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set # CONFIG_SPI is not set +# CONFIG_SPI_DEBUG is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set |