]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/Kconfig
dm: Expand and complete Kconfig in drivers/
[karo-tx-uboot.git] / drivers / misc / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2b348dc8b90ea77af0b59fa727a46e99c83a4028 100644 (file)
@@ -0,0 +1,17 @@
+config DM_CROS_EC
+       bool "Enable Driver Model for Chrome OS EC"
+       depends on DM
+       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
+         I2C and LPC (which don't support driver model yet), a full
+         conversion is not yet possible.
+
+config MXC_OCOTP
+       bool "Freescale OCOTP support"
+       depends on SOC_MX5 || SOC_MX6
+
+config MXS_OCOTP
+       bool "Freescale OCOTP support"
+       depends on SOC_MXS