summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2025-11-27 16:54:54 +0300
committerNishanth Menon <nm@ti.com>2026-01-14 19:57:35 +0300
commit3fec51b89d603f2d8ebf50f815b5e159efc381da (patch)
treee156a7677c1c01c4daad7bd53f6e3ad99808ebc2
parent126f61528d34658d80ec827f981c540c1230fdc4 (diff)
downloadlinux-3fec51b89d603f2d8ebf50f815b5e159efc381da.tar.xz
soc: ti: k3-socinfo: Fix compile testing
There seems to be nothing preventing this driver from being compile tested so enable that by adding the missing input prompt. Fixes: 907a2b7e2fc7 ("soc: ti: add k3 platforms chipid module driver") Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://patch.msgid.link/20251127135455.2497-1-johan@kernel.org Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r--drivers/soc/ti/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig
index 1a93001c9e36..163aadd589d3 100644
--- a/drivers/soc/ti/Kconfig
+++ b/drivers/soc/ti/Kconfig
@@ -62,7 +62,7 @@ config TI_K3_RINGACC
If unsure, say N.
config TI_K3_SOCINFO
- bool
+ bool "K3 SoC Information driver" if COMPILE_TEST
depends on ARCH_K3 || COMPILE_TEST
select SOC_BUS
select MFD_SYSCON