Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1309438
| From | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 5/5] ARM: at91/defconfig: add sama5d2 adc support in sama5_defconfig |
| Date | 2016-01-14 16:50 +0100 |
| Message-ID | <qQSjT-Dz-3@gated-at.bofh.it> (permalink) |
| References | <qQSae-yO-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> --- arch/arm/configs/sama5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index c11bab7..afbda41 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 -- 2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/5] Introduce at91_adc8xx driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-14 16:40 +0100
[PATCH v3 2/5] MAINTAINERS: add entry for Atmel ADC 8xx driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-14 16:40 +0100
[RESEND PATCH v3 2/5] MAINTAINERS: add entry for Atmel SAMA5D2 ADC driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-15 10:00 +0100
[PATCH v3 4/5] ARM: at91/dt: sama5d2 Xplained: enable the adc device Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-14 16:40 +0100
[PATCH v3 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-14 16:40 +0100
[PATCH v3 5/5] ARM: at91/defconfig: add sama5d2 adc support in sama5_defconfig Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-01-14 16:50 +0100
csiph-web