zephyr/drivers/espi
Ulf Magnusson a9490541d6 drivers: espi: kconfig: Remove redundant ESPI_PERIPHERAL_CHANNEL deps.
The ESPI_PERIPHERAL_* symbols are surrounded by an
'if ESPI_PERIPHERAL_CHANNEL' in the same file, so no
need to put 'depends on ESPI_PERIPHERAL' on them.

'if' is just a shorthand for 'depends on'.

Also remove a redundant 'if ESPI' from ESPI_XEC.
drivers/espi/Kconfig.xec is sourced within an 'if ESPI' in
drivers/espi/Kconfig.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-08-07 04:27:03 -04:00
..
CMakeLists.txt
Kconfig drivers: espi: kconfig: Remove redundant ESPI_PERIPHERAL_CHANNEL deps. 2019-08-07 04:27:03 -04:00
Kconfig.xec drivers: espi: kconfig: Remove redundant ESPI_PERIPHERAL_CHANNEL deps. 2019-08-07 04:27:03 -04:00
espi_mchp_xec.c
espi_utils.h