diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-07-21 19:20:04 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-07-24 12:39:02 +0300 |
commit | a679e5f52d0209789eb3f542d857a4ead2e85167 (patch) | |
tree | 83952b23c75087a856dd21835b1c20556cb1ff82 /arch/arm/configs/sunxi_defconfig | |
parent | aea8a647de34274567ba22029e3296180a60c602 (diff) | |
download | linux-a679e5f52d0209789eb3f542d857a4ead2e85167.tar.xz |
arm: sunxi: Add AXP20X_ADC
AXP20X_POWER depends on IIO. Even though it does not depend on AXP20X_ADC,
it is the new, preferred way of getting power supply configuration, it's
going to be enabled anyway.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index e6a850f71065..0d29834b9688 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -129,6 +129,8 @@ CONFIG_DMADEVICES=y CONFIG_DMA_SUN6I=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXTCON=y +CONFIG_IIO=y +CONFIG_AXP20X_ADC=y CONFIG_PWM=y CONFIG_PWM_SUN4I=y CONFIG_PHY_SUN4I_USB=y |