serial: nsim: Add missing SERIAL_HAS_DRIVER in Kconfig
The nsim driver was missing the select for SERIAL_HAS_DRIVER Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
21cf3a6344
commit
ccff19ed21
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue