]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/misc/Kconfig
dm: Expand and complete Kconfig in drivers/
[karo-tx-uboot.git] / drivers / misc / Kconfig
1 config DM_CROS_EC
2         bool "Enable Driver Model for Chrome OS EC"
3         depends on DM
4         help
5           Enable driver model for the Chrome OS EC interface. This
6           allows the cros_ec SPI driver to operate with CONFIG_DM_SPI
7           but otherwise makes few changes. Since cros_ec also supports
8           I2C and LPC (which don't support driver model yet), a full
9           conversion is not yet possible.
10
11 config MXC_OCOTP
12         bool "Freescale OCOTP support"
13         depends on SOC_MX5 || SOC_MX6
14
15 config MXS_OCOTP
16         bool "Freescale OCOTP support"
17         depends on SOC_MXS