Message ID | 20231220155643.445849-1-pbrobinson@gmail.com |
---|---|
State | New |
Headers | show |
Series | mfd: ti_am335x_tscadc: Fix TI SoC dependencies | expand |
On Wed, 20 Dec 2023 15:56:39 +0000, Peter Robinson wrote: > The ti_am335x_tscadc is specific to some TI SoCs, update > the dependencies for those SoCs and compile testing. > > Applied, thanks! [1/1] mfd: ti_am335x_tscadc: Fix TI SoC dependencies commit: 835e69774333833221aa1c3cbc621cec8cbc79fc -- Lee Jones [李琼斯]
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
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(+)