- Kconfigs in modules/ should not define configs with an SOC_ prefix. Furthermore, these options are SDK specific, not SoC specific. - The simplicity_sdk configs do the same. Signed-off-by: Michael Zimmermann <michael.zimmermann@sevenlab.de>
14 lines
328 B
Text
14 lines
328 B
Text
# Gecko SDK LEUART
|
|
|
|
# Copyright (c) 2018, Diego Sueiro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LEUART_GECKO
|
|
bool "Gecko leuart driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_GECKO_LEUART_ENABLED
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select SILABS_GECKO_LEUART
|
|
help
|
|
Enable the Gecko leuart driver.
|