diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-26 17:36:31 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-04-27 14:07:26 +0200 |
commit | 35f110ec54e7683d7850f1897a00a7e5cf4190b0 (patch) | |
tree | e66a45d33d4b202daad92756ef7e98c92e9da460 /arch/arm/configs/sama5_defconfig | |
parent | a331acbd553f37c15eba9be342766b01ae527be2 (diff) | |
download | linux-stable-35f110ec54e7683d7850f1897a00a7e5cf4190b0.tar.gz linux-stable-35f110ec54e7683d7850f1897a00a7e5cf4190b0.tar.bz2 linux-stable-35f110ec54e7683d7850f1897a00a7e5cf4190b0.zip |
ARM: at91/defconfig: add PDMIC driver to sama5_defconfig
Add Pulse Density Modulation Interface Controller (PDMIC) driver compilation
for sama5 default configuration. Is used by sama5d2 SoC for instance.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index f5a3966f6793..32a082888adf 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -158,6 +158,7 @@ CONFIG_SND_SOC=y CONFIG_SND_ATMEL_SOC=y CONFIG_SND_ATMEL_SOC_WM8904=y # CONFIG_HID_GENERIC is not set +CONFIG_SND_ATMEL_SOC_PDMIC=y CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_EHCI_HCD=y |