diff options
Diffstat (limited to 'drivers/reset/sti/Kconfig')
| -rw-r--r-- | drivers/reset/sti/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig index 9455e1c7a5aa..0b599f7cf6ed 100644 --- a/drivers/reset/sti/Kconfig +++ b/drivers/reset/sti/Kconfig @@ -1,11 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only -if ARCH_STI - -config STI_RESET_SYSCFG - bool +if ARCH_STI || COMPILE_TEST config STIH407_RESET - bool - select STI_RESET_SYSCFG + bool "STIH407 Reset Driver" if COMPILE_TEST endif |
