blob: 813d1c24b971451ba17da2e7782d5ebc87d79553 [file] [log] [blame]
Simon Glassd8b771d2015-02-05 21:41:35 -07001config 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.