Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / reset / Kconfig
diff --git a/kernel/drivers/reset/Kconfig b/kernel/drivers/reset/Kconfig
new file mode 100644 (file)
index 0000000..0615f50
--- /dev/null
@@ -0,0 +1,15 @@
+config ARCH_HAS_RESET_CONTROLLER
+       bool
+
+menuconfig RESET_CONTROLLER
+       bool "Reset Controller Support"
+       default y if ARCH_HAS_RESET_CONTROLLER
+       help
+         Generic Reset Controller support.
+
+         This framework is designed to abstract reset handling of devices
+         via GPIOs or SoC-internal reset controller modules.
+
+         If unsure, say no.
+
+source "drivers/reset/sti/Kconfig"