Skip to content

Commit

Permalink
serial: nsim: Add missing SERIAL_HAS_DRIVER in Kconfig
Browse files Browse the repository at this point in the history
The nsim driver was missing the select for SERIAL_HAS_DRIVER

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and Anas Nashif committed Jun 29, 2017
1 parent 21cf3a6 commit ccff19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/Kconfig.nsim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config UART_NSIM
bool "UART driver for MetaWare nSim"
default n
select SERIAL_HAS_DRIVER
depends on NSIM && SERIAL
help
This enables the UART driver for the MetaWare nSim simulator.
Expand Down

0 comments on commit ccff19e

Please sign in to comment.