mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* sunxi-6.1: rebase to v6.1.14, reexport patches megous * sunxi-6.1: rename fixes patches * sunxi-6.1: reexport armbian patches * sunxi-6.1: fix the series.conf file to the current state * sunxi-6.1: switch edge to v6.1.14 * Adjust sunxi to 5.15 / 6.1 / 6.2 - change configs - adjust broken patches - disable patch that only changes /readme.md and it has issues --------- Co-authored-by: Igor Pečovnik <igor@armbian.com>
27 lines
831 B
Diff
27 lines
831 B
Diff
From c02fbda4626139d8d08d7c5e3369750e56b6dc7d Mon Sep 17 00:00:00 2001
|
|
From: Philipp Rossak <embed3d@gmail.com>
|
|
Date: Wed, 24 Jan 2018 22:35:13 +0100
|
|
Subject: [PATCH 021/158] drv:iio:adc: Kconfig: enable A80,A64,H5 for THS
|
|
|
|
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
|
|
---
|
|
drivers/iio/adc/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
|
|
index 791612ca6..8b279c36e 100644
|
|
--- a/drivers/iio/adc/Kconfig
|
|
+++ b/drivers/iio/adc/Kconfig
|
|
@@ -1056,7 +1056,7 @@ config STMPE_ADC
|
|
config SUN4I_GPADC
|
|
tristate "Support for the Allwinner SoCs GPADC"
|
|
depends on IIO
|
|
- depends on MFD_SUN4I_GPADC || MACH_SUN8I
|
|
+ depends on MFD_SUN4I_GPADC || MACH_SUN8I || MACH_SUN50I || MACH_SUN9I
|
|
depends on THERMAL || !THERMAL_OF
|
|
select REGMAP_IRQ
|
|
help
|
|
--
|
|
2.35.3
|
|
|