diff options
author | Rabeeh Khoury <rabeeh@solid-run.com> | 2019-07-28 14:25:43 +0300 |
---|---|---|
committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2019-09-17 16:03:07 +0100 |
commit | e663d8cdb764492c188131f86846c63d920da357 (patch) | |
tree | 768ade94db90aec51caeaffd04cb8f843b2ab1d6 | |
parent | 24792672f1c0b662847f69b4954bf15a758e4cc8 (diff) | |
download | linux-honeycomb/vendor-rebase-v4.19.tar.gz |
arm64: dts: lx2160a: misc fixeshoneycomb/vendor-rebase-v4.19
those are misc fixes that will be removed in some point.
the first is build amc6821 support
the second is setting default amc6821 default poalirty to be active
high; this modification will not be needed in REV 1.4 of the COM express
module since the inversion will be on the module.
Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
-rw-r--r-- | arch/arm64/configs/lsdk.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/configs/lsdk.config b/arch/arm64/configs/lsdk.config index 7f0618f99e21..1bccccf5d502 100644 --- a/arch/arm64/configs/lsdk.config +++ b/arch/arm64/configs/lsdk.config @@ -106,3 +106,14 @@ CONFIG_CGROUP_FREEZER=y # docker CONFIG_OVERLAY_FS=y + +# fan controller and temperature +CONFIG_SENSORS_AMC6821=y + +# GPIO sysfs +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_MPC8XXX=y +CONFIG_SENSORS_LM90=y + +# PKTGEN +CONFIG_NET_PKTGEN=y |