Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [PATCH] mfd: ti_am335x_tscadc: Fix TI SoC dependencies
@ 2023-12-20 15:56 Peter Robinson
  2023-12-21 16:11 ` (subset) " Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2023-12-20 15:56 UTC (permalink / raw)
  To: Lee Jones, Tony Lindgren, linux-arm-kernel, linux-omap; +Cc: Peter Robinson

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>
---
 drivers/mfd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-21 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 15:56 [PATCH] mfd: ti_am335x_tscadc: Fix TI SoC dependencies Peter Robinson
2023-12-21 16:11 ` (subset) " Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox