summaryrefslogtreecommitdiffstats
path: root/drivers/reset/sti/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/reset/sti/Kconfig')
-rw-r--r--drivers/reset/sti/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig
new file mode 100644
index 000000000..a2622e146
--- /dev/null
+++ b/drivers/reset/sti/Kconfig
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+if ARCH_STI
+
+config STIH407_RESET
+ bool
+
+endif