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:
Kumar Gala 2017-06-28 09:43:05 -05:00 committed by Anas Nashif
commit ccff19ed21

View file

@ -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.