Kconfig 368 B

123456789
  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.