zephyr/drivers/serial/Kconfig.leuart_gecko
Michael Zimmermann 8a7ae0bed1 modules: hal_silabs: rename gecko kconfigs
- 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>
2026-06-17 08:05:45 +02:00

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.