misc: pmic_esm: Add support for PMIC ESM driver
[oweals/u-boot.git] / drivers / misc / Kconfig
index 38588b2cbd8b5eb85bc82ec3b37a4669639c56b5..766402745dddb286a28f356ba3147f03b703d64f 100644 (file)
@@ -486,4 +486,11 @@ config K3_AVS0
          optimized voltage from the efuse, so that it can be programmed
          to the PMIC on board.
 
+config ESM_PMIC
+       bool "Enable PMIC ESM driver"
+       depends on DM_PMIC
+       help
+         Support ESM (Error Signal Monitor) on PMIC devices. ESM is used
+         typically to reboot the board in error condition.
+
 endmenu