Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / reset / sti / Kconfig
diff --git a/kernel/drivers/reset/sti/Kconfig b/kernel/drivers/reset/sti/Kconfig
new file mode 100644 (file)
index 0000000..f8c15a3
--- /dev/null
@@ -0,0 +1,19 @@
+if ARCH_STI
+
+config STI_RESET_SYSCFG
+       bool
+       select RESET_CONTROLLER
+
+config STIH415_RESET
+       bool
+       select STI_RESET_SYSCFG
+
+config STIH416_RESET
+       bool
+       select STI_RESET_SYSCFG
+
+config STIH407_RESET
+       bool
+       select STI_RESET_SYSCFG
+
+endif