diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2023-12-20 15:56:39 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-23 08:12:50 +0100 |
commit | bad080a74ac807a1dac93c9db96156a434bb5cb4 (patch) | |
tree | 1bf97f4e82b5420647ad4f43e314729b4d0cd98e | |
parent | af95ebc8ed68503602b0490faca91df4a844b223 (diff) | |
download | linux-stable-bad080a74ac807a1dac93c9db96156a434bb5cb4.tar.gz linux-stable-bad080a74ac807a1dac93c9db96156a434bb5cb4.tar.bz2 linux-stable-bad080a74ac807a1dac93c9db96156a434bb5cb4.zip |
mfd: ti_am335x_tscadc: Fix TI SoC dependencies
[ Upstream commit 284d16c456e5d4b143f375b8ccc4038ab3f4ee0f ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index dd938a5d0409..6b7526669875 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1247,6 +1247,7 @@ config MFD_DAVINCI_VOICECODEC 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 |