summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-12-20 15:56:39 +0000
committerLee Jones <lee@kernel.org>2024-01-10 11:26:10 +0000
commit284d16c456e5d4b143f375b8ccc4038ab3f4ee0f (patch)
tree3af61505b155cd7ef6fa8de3588d09ce5896986f /drivers/mfd
parent64fe64f920f0b478c0fb350b1682b70c21160c98 (diff)
downloadlinux-284d16c456e5d4b143f375b8ccc4038ab3f4ee0f.tar.gz
linux-284d16c456e5d4b143f375b8ccc4038ab3f4ee0f.tar.bz2
linux-284d16c456e5d4b143f375b8ccc4038ab3f4ee0f.zip
mfd: ti_am335x_tscadc: Fix TI SoC dependencies
The ti_am335x_tscadc is specific to some TI SoCs, update the dependencies for those SoCs and compile testing. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Link: https://lore.kernel.org/r/20231220155643.445849-1-pbrobinson@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 90ce58fd629e..68d71b4b55bd 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1483,6 +1483,7 @@ config MFD_SYSCON
config MFD_TI_AM335X_TSCADC
tristate "TI ADC / Touch Screen chip support"
+ depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
select MFD_CORE
select REGMAP
select REGMAP_MMIO