diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-24 13:56:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-24 13:56:07 +0000 |
commit | 9d23b37ae2f11af51eeacf3268fbb17d096c981f (patch) | |
tree | 3d4e2f33fa7e67a5ca29f4de27a401f6239da024 | |
parent | 8315549c47c997f3b20f32747397234495d30341 (diff) |
add missing CONFIG_SPI_DEBUG symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12683 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |