Kconfig: Make further use of testing for !COMPILE_TEST
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:51:22 +0000 (14:51 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:41 +0000 (16:12 -0600)
commit2d11e5ba4ea851947a6e27c96474fad0254031f4
treebe571d8e81b77d0dbc753cf0ab9e587aa2ffe17e
parentf293019b6b9ca369190c620e0232227d950d2187
Kconfig: Make further use of testing for !COMPILE_TEST

We have a large number of library symbols that should not be prompted
for by the user really but rather selected by the platform (or SoC) as
needed. To start with however, make these depend on !COMPILE_TEST.

Signed-off-by: Tom Rini <trini@konsulko.com>
Kconfig
boot/Kconfig
cmd/Kconfig
common/Kconfig
drivers/Kconfig
drivers/block/Kconfig
drivers/dfu/Kconfig
drivers/mtd/Kconfig
dts/Kconfig
lib/Kconfig