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-arm64 | |
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-arm64')
-rw-r--r-- | config-arm64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-arm64 b/config-arm64 index 9d4181328..1c4862440 100644 --- a/config-arm64 +++ b/config-arm64 @@ -150,4 +150,6 @@ CONFIG_DMI_SYSFS=y CONFIG_SATA_AHCI_PLATFORM=y +# CONFIG_SND_SOC is not set + # CONFIG_PMIC_OPREGION is not set |