Skip to content

Commit

Permalink
drivers: serial: modify Kconfig dependency
Browse files Browse the repository at this point in the history
Change the dependency term.

Signed-off-by: Tyrone Ting <[email protected]>
  • Loading branch information
warp5tw committed Jun 13, 2024
1 parent 680e18a commit 84f14a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/serial/Kconfig.npcm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

config UART_NPCM
bool "NUVOTON NPCM serial driver"
default y
depends on DT_HAS_NUVOTON_NPCM_UART_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on SOC_FAMILY_NPCM
help
This option enables the UART driver for Nuvoton NPCM
family of processors.
Expand Down

0 comments on commit 84f14a0

Please sign in to comment.