drivers: espi: mchp: Remove duplicated KConfig option
Fix #20086 by removing duplicate kconfig option. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
8d22fd9263
commit
da5a595f24
1 changed files with 5 additions and 6 deletions
|
@ -7,14 +7,11 @@
|
|||
|
||||
config ESPI_XEC
|
||||
bool "XEC Microchip ESPI driver"
|
||||
help
|
||||
Enable the Microchip XEC ESPI driver.
|
||||
|
||||
config ESPI_XEC
|
||||
bool "Enable ESPI IO device"
|
||||
depends on SOC_FAMILY_MEC
|
||||
help
|
||||
This tells the driver to configure the eSPI device at boot
|
||||
Enable the Microchip XEC ESPI driver
|
||||
|
||||
if ESPI_XEC
|
||||
|
||||
config ESPI_PERIPHERAL_HOST_IO
|
||||
def_bool y
|
||||
|
@ -32,3 +29,5 @@ config ESPI_PERIPHERAL_UART_SOC_MAPPING
|
|||
help
|
||||
This tells the driver to which SoC UART to direct the UART traffic
|
||||
send over eSPI from host
|
||||
|
||||
endif # ESPI_XEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue