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