From 29d7a6ab10b454918643303991dbe8dc60b36ce3 Mon Sep 17 00:00:00 2001 From: Joachim Eastwood Date: Sun, 8 May 2016 13:55:39 +0200 Subject: [PATCH] ARM: configs: lpc18xx: enable adc and dac iio drivers Enable ADC and DAC IIO drivers for LPC18xx/43xx SoCs. Signed-off-by: Joachim Eastwood Signed-off-by: Olof Johansson --- arch/arm/configs/lpc18xx_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/lpc18xx_defconfig b/arch/arm/configs/lpc18xx_defconfig index 2ae00b09cfc2..2de1bf0e497e 100644 --- a/arch/arm/configs/lpc18xx_defconfig +++ b/arch/arm/configs/lpc18xx_defconfig @@ -149,6 +149,8 @@ CONFIG_PWM=y CONFIG_PWM_LPC18XX_SCT=y CONFIG_IIO=y CONFIG_MMA7455_I2C=y +CONFIG_LPC18XX_ADC=y +CONFIG_LPC18XX_DAC=y CONFIG_IIO_SYSFS_TRIGGER=y CONFIG_PHY_LPC18XX_USB_OTG=y CONFIG_NVMEM=y