diff options
author | Joachim Eastwood <manabian@gmail.com> | 2016-05-08 14:55:39 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-08 06:42:29 +0300 |
commit | 29d7a6ab10b454918643303991dbe8dc60b36ce3 (patch) | |
tree | 8ce49d721416b4418ccac1ac04669a2b613166a0 /arch | |
parent | 0c789933d231acf650f93aa630fe0db257f1738c (diff) | |
download | linux-29d7a6ab10b454918643303991dbe8dc60b36ce3.tar.xz |
ARM: configs: lpc18xx: enable adc and dac iio drivers
Enable ADC and DAC IIO drivers for LPC18xx/43xx SoCs.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/lpc18xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |