drivers: xec_qmspi: add missing default y to SPI_XEC_QMSPI_FULL_DUPLEX
Add missing "default y" to the Kconfig option so that it gets selected automatically when a matching devicetree node is enabled. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
9c2c227504
commit
afd766d2b3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ config SPI_XEC_QMSPI_LDMA
|
|||
|
||||
config SPI_XEC_QMSPI_FULL_DUPLEX
|
||||
bool "Microchip XEC MEC17xx QMSPI Full Duplex driver"
|
||||
default y
|
||||
depends on DT_HAS_MICROCHIP_XEC_QMSPI_FULL_DUPLEX_ENABLED
|
||||
help
|
||||
Enable support for Microchip MEC17xx QMSPI full duplex driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue