reboot-mode: read the boot mode from GPIOs status
[platform/kernel/u-boot.git] / drivers / reboot-mode / Kconfig
index 0edc320..ff65e20 100644 (file)
@@ -15,4 +15,13 @@ config DM_REBOOT_MODE
                adjust the boot process based on reboot mode parameter
                passed to U-Boot.
 
+config DM_REBOOT_MODE_GPIO
+       bool "Use GPIOs as reboot mode backend"
+       depends on DM_REBOOT_MODE
+       default n
+       help
+               Use GPIOs to control the reboot mode. This will allow users to boot
+               a device in a specific mode by using a GPIO that can be controlled
+               outside U-Boot.
+
 endmenu