diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-11 01:46:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-11 01:46:52 +0000 |
commit | 52bf99801056d406853fba05060cbb5fe2cb4b51 (patch) | |
tree | fe5c0e63aa20d1895284c2aa5990b9a3f6fecc5c | |
parent | 4d50dc292ccfda5949b6dc71f8f0fac38c499866 (diff) | |
download | upstream-52bf99801056d406853fba05060cbb5fe2cb4b51.tar.gz upstream-52bf99801056d406853fba05060cbb5fe2cb4b51.tar.bz2 upstream-52bf99801056d406853fba05060cbb5fe2cb4b51.zip |
[kernel] config: add missing CONFIG_SONYPI symbol to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18026 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index 0b4ba98716..9467527533 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -1812,6 +1812,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOC_CAMERA is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_SONYPI is not set # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 6132cfbf07..005b7fb40a 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -1840,6 +1840,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOC_CAMERA is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_SONYPI is not set # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index d1006a9146..2b3a07e5c2 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -2035,6 +2035,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOC_CAMERA is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_SONYPI is not set # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index a6fb54c758..9ab4bfc8bf 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -2082,6 +2082,7 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOC_CAMERA is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_SONYPI is not set # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set |