Skip to content

Commit 284d16c

Browse files
nullr0utelag-linaro
authored andcommitted
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>
1 parent 64fe64f commit 284d16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,7 @@ config MFD_SYSCON
14831483

14841484
config MFD_TI_AM335X_TSCADC
14851485
tristate "TI ADC / Touch Screen chip support"
1486+
depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
14861487
select MFD_CORE
14871488
select REGMAP
14881489
select REGMAP_MMIO

0 commit comments

Comments
 (0)