cros_ec: Drop unused CONFIG_DM_CROS_EC
[platform/kernel/u-boot.git] / drivers / misc / Kconfig
index 0df25c3..1ec9b22 100644 (file)
@@ -44,12 +44,10 @@ config CROS_EC_SPI
          provides a faster and more robust interface than I2C but the bugs
          are less interesting.
 
-config DM_CROS_EC
-       bool "Enable Driver Model for Chrome OS EC"
-       depends on DM
+config CONFIG_FSL_SEC_MON
+       bool "Enable FSL SEC_MON Driver"
        help
-         Enable driver model for the Chrome OS EC interface. This
-         allows the cros_ec SPI driver to operate with CONFIG_DM_SPI
-         but otherwise makes few changes. Since cros_ec also supports
-         LPC (which doesn't support driver model yet), a full
-         conversion is not yet possible.
+         Freescale Security Monitor block is responsible for monitoring
+         system states.
+         Security Monitor can be transitioned on any security failures,
+         like software violations or hardware security violations.