diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2016-01-14 18:38:17 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-02-18 00:51:48 +0300 |
commit | 48a2e12adb7f4d1a03720d3923bedbc13ab96143 (patch) | |
tree | 82da96276447f1edf016eeeef1a5b05d22b82f38 /arch/arm/configs | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-48a2e12adb7f4d1a03720d3923bedbc13ab96143.tar.xz |
ARM: at91/defconfig: add sama5d2 adc support in sama5_defconfig
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/configs')
-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 c11bab735125..afbda413d61a 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -187,6 +187,7 @@ CONFIG_AT_XDMAC=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y CONFIG_AT91_ADC=y +CONFIG_AT91_SAMA5D2_ADC=y CONFIG_PWM=y CONFIG_PWM_ATMEL=y CONFIG_PWM_ATMEL_TCB=y |