ec_host_cmd_periph: add device API
The host command peripheral device API abstracts how an embedded controller sends and receives data from a host on a bus. Each bus like eSPI, SPI, or I2C would implement their own host command peripheral device. Each hardware device would then handle the necessary hardware access to send and receive data over that bus. The chosen host command peripheral device will be used by the host command handler framework to send and receive host data correctly. Signed-off-by: Jett Rink <jettrink@google.com>
This commit is contained in:
parent
35ad4e8632
commit
703fe86220
11 changed files with 350 additions and 0 deletions
|
@ -15,6 +15,8 @@ source "drivers/console/Kconfig"
|
|||
|
||||
source "drivers/debug/Kconfig"
|
||||
|
||||
source "drivers/ec_host_cmd_periph/Kconfig"
|
||||
|
||||
source "drivers/ethernet/Kconfig"
|
||||
|
||||
source "drivers/net/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue