| # Host Command Peripheral simulator config |
| # Copyright (c) 2020 Google LLC |
| # SPDX-License-Identifier: Apache-2.0 |
| menuconfig EC_HOST_CMD_PERIPH |
| bool "Embedded Controller Host Command peripheral support" |
| Enable the embedded controller host command peripheral driver. This |
| is needed by the EC host command framework to send and receive data |
| on the appropriate EC host bus. |
| config EC_HOST_CMD_SIMULATOR |
| bool "Embedded Controller Host Command Peripheral Simulator" |
| Enable the EC host command simulator. |
| endif # EC_HOST_CMD_PERIPH |