]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: ti: k3-socinfo: Fix compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 27 Nov 2025 13:54:54 +0000 (14:54 +0100)
committerNishanth Menon <nm@ti.com>
Wed, 14 Jan 2026 16:57:35 +0000 (10:57 -0600)
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>
drivers/soc/ti/Kconfig

index 1a93001c9e3672c93b5211daec4f780592fd5f61..163aadd589d3a02948865a2b23fabfdb675cd720 100644 (file)
@@ -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