xref: /rk3399_rockchip-uboot/drivers/misc/Kconfig (revision aab7e80d5fbc3aeb5feddae88c9cbb649d23345a)
1config 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