Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[sfrench/cifs-2.6.git] / drivers / power / reset / Kconfig
index 980951dff8345fd1786a08cd0653646b9b6510e2..a564237278ffce456001b1156771f502a2116c1c 100644 (file)
@@ -246,5 +246,15 @@ config POWER_RESET_SC27XX
          PMICs includes the SC2720, SC2721, SC2723, SC2730
          and SC2731 chips.
 
+config NVMEM_REBOOT_MODE
+       tristate "Generic NVMEM 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 a NVMEM cell,
+         then the bootloader can read it and take different
+         action according to the mode.
+
 endif