diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-10-04 17:54:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-04 17:54:35 +0200 |
commit | c34676f4d4fc493a166e0ae7055d259bb925e695 (patch) | |
tree | e9286592f798dcaf0a84e7b898af02a69bf185f3 | |
parent | 86c966a8ae9c4e74b912a16a760aaed17c68eb32 (diff) | |
download | upstream-c34676f4d4fc493a166e0ae7055d259bb925e695.tar.gz upstream-c34676f4d4fc493a166e0ae7055d259bb925e695.tar.bz2 upstream-c34676f4d4fc493a166e0ae7055d259bb925e695.zip |
kernel: add missing config symbol (partial forward port of d2f4479870)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 7a0efa365a..8aabcf94ba 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -3726,6 +3726,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_HDA_INTEL is not set +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 CONFIG_SND_HDA_PREALLOC_SIZE=64 # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set |