video: rockchip: vcodec: add log message in iommu drm
[firefly-linux-kernel-4.4.55.git] / drivers / power / reset / Kconfig
index 1131cf75acc67ff024984037273a5f6db1c564f3..61a8cd4b37f325d13e510f2830871a90d5b1a411 100644 (file)
@@ -173,5 +173,21 @@ config POWER_RESET_ZX
        help
          Reboot support for ZTE SoCs.
 
+config REBOOT_MODE
+       tristate
+       help
+         This driver will help to pass the system reboot mode
+         to bootloader
+
+config SYSCON_REBOOT_MODE
+       bool "Generic SYSCON regmap reboot mode driver"
+       depends on OF
+       select REBOOT_MODE
+       help
+         Say y here will enable reboot mode driver. This will
+         get reboot mode arguments and store it in SYSCON mapped
+         register, then the bootloader can read it to take different
+         action according to the mode.
+
 endif