diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:51:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-08 16:12:41 -0600 |
| commit | 2d11e5ba4ea851947a6e27c96474fad0254031f4 (patch) | |
| tree | be571d8e81b77d0dbc753cf0ab9e587aa2ffe17e /drivers/dfu | |
| parent | f293019b6b9ca369190c620e0232227d950d2187 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/dfu')
| -rw-r--r-- | drivers/dfu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index e33b0056d0b..2cf4289b448 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -98,6 +98,7 @@ config DFU_SCSI config SET_DFU_ALT_INFO bool "Dynamic set of DFU alternate information" + depends on !COMPILE_TEST help This option allows to call the function set_dfu_alt_info to dynamically build dfu_alt_info in board. |
