2023-04-11 11:02:49

by Bhavya Kapoor

[permalink] [raw]
Subject: [PATCH 0/2] arm64: defconfig: Enable TI TSCADC and ADC drivers

Enable TSCADC driver to be built as a module which will add support
for TI's TSC/ADC MFDevice. Enable ADC driver to be built as module
to add support for ADC in TI K3 specific SoCs.

Bhavya Kapoor (2):
arm64: defconfig: Enable TI TSCADC driver
arm64: defconfig: Enable TI ADC driver

arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)

--
2.34.1


2023-04-11 11:03:02

by Bhavya Kapoor

[permalink] [raw]
Subject: [PATCH 1/2] arm64: defconfig: Enable TI TSCADC driver

Enable TSCADC driver to be built as a module which will
add support for TI's TSC/ADC MFDevice.

Signed-off-by: Bhavya Kapoor <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7790ee42c68a..6bbfcc9fdbf4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -670,6 +670,7 @@ CONFIG_MFD_SPMI_PMIC=y
CONFIG_MFD_RK808=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SL28CPLD=y
+CONFIG_MFD_TI_AM335X_TSCADC=m
CONFIG_MFD_ROHM_BD718XX=y
CONFIG_MFD_WCD934X=m
CONFIG_REGULATOR_FIXED_VOLTAGE=y
--
2.34.1