subsys/mgmt/ec_host_cmd: update directory structure
The Host Commands can be used with different transport layers e.g. SHI or eSPI. The code that provides the peripheral API and allows sending and receiving Host Commands via different transport layers is not actually drivers of a peripheral, so move it to the subsys/mgmt/ec_host_cmd folder. Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
This commit is contained in:
parent
72fbc8c56d
commit
e734adfb78
18 changed files with 25 additions and 25 deletions
|
@ -22,7 +22,6 @@ source "drivers/debug/Kconfig"
|
|||
source "drivers/disk/Kconfig"
|
||||
source "drivers/display/Kconfig"
|
||||
source "drivers/dma/Kconfig"
|
||||
source "drivers/ec_host_cmd_periph/Kconfig"
|
||||
source "drivers/edac/Kconfig"
|
||||
source "drivers/eeprom/Kconfig"
|
||||
source "drivers/entropy/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue