diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-01-27 14:52:25 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-01-27 14:54:16 -0500 |
commit | 558c859bd4badcc8403e9253d9ccda03b2d92111 (patch) | |
tree | 8cba9bbd2576609ce9432d8728b736af229712fe /config-powerpc-generic | |
parent | 34a1d66030b1c88446b64c5896863ac9d93d2f16 (diff) | |
download | kernel-558c859bd4badcc8403e9253d9ccda03b2d92111.tar.gz kernel-558c859bd4badcc8403e9253d9ccda03b2d92111.tar.xz kernel-558c859bd4badcc8403e9253d9ccda03b2d92111.zip |
Enable SND_SOC and the button array driver on x86 for Baytrail devices
https://lists.fedoraproject.org/pipermail/kernel/2015-January/005719.html
Move the common SND_SOC options from the ARM configs to config-generic and
enable the Intel ones in config-x86-generic
Diffstat (limited to 'config-powerpc-generic')
-rw-r--r-- | config-powerpc-generic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-powerpc-generic b/config-powerpc-generic index 30b071898..e3dbc6a9e 100644 --- a/config-powerpc-generic +++ b/config-powerpc-generic @@ -49,6 +49,7 @@ CONFIG_SND_AOA_ONYX=m CONFIG_SND_AOA_TAS=m CONFIG_SND_AOA_TOONIE=m CONFIG_SND_AOA_SOUNDBUS_I2S=m +# CONFIG_SND_SOC is not set CONFIG_XMON=y # CONFIG_XMON_DEFAULT is not set |