Skip to content

Commit 3fec51b

Browse files
jhovoldnmenon
authored andcommitted
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: 907a2b7 ("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>
1 parent 126f615 commit 3fec51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/ti/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ config TI_K3_RINGACC
6262
If unsure, say N.
6363

6464
config TI_K3_SOCINFO
65-
bool
65+
bool "K3 SoC Information driver" if COMPILE_TEST
6666
depends on ARCH_K3 || COMPILE_TEST
6767
select SOC_BUS
6868
select MFD_SYSCON

0 commit comments

Comments
 (0)