diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-07 19:24:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-07 19:24:16 +0000 |
commit | 691be1ebe34e6658b3167fb1debf9c928d581ca1 (patch) | |
tree | c272411dc28107b42fb2579ddd431f6f45f6f171 /target/linux | |
parent | e484fd510071332b3c09250b583767719d009c4c (diff) | |
download | master-31e0f0ae-691be1ebe34e6658b3167fb1debf9c928d581ca1.tar.gz master-31e0f0ae-691be1ebe34e6658b3167fb1debf9c928d581ca1.tar.bz2 master-31e0f0ae-691be1ebe34e6658b3167fb1debf9c928d581ca1.zip |
add missing kernel config symbol
SVN-Revision: 9668
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-default | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index 9db147e287..c32a244390 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -1215,6 +1215,7 @@ CONFIG_SLHC=m # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_SND=m +# CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set # CONFIG_SND_AD1889 is not set diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 302f9349e6..8f104b1d3b 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -1260,6 +1260,7 @@ CONFIG_SLHC=m # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_SND=m +# CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set # CONFIG_SND_AD1889 is not set diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index 5e4768c249..d814b01b7d 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -1168,6 +1168,7 @@ CONFIG_SLHC=m # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_SND=m +# CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set # CONFIG_SND_AD1889 is not set |