mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:45:25 +00:00
Now that we can utilize label in the device tree we can convert to getting the device name for the TI CC32xx UART out of the device tree instead of from Kconfig. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
menuconfig UART_CC32XX
|
|
depends on SOC_SERIES_CC32XX
|
|
bool "CC32XX UART driver"
|
|
default n
|
|
select SERIAL_HAS_DRIVER
|
|
depends on SOC_FAMILY_TISIMPLELINK
|
|
help
|
|
This option enables the CC32XX UART driver, for UART_0.
|