To remove CONFIG_PINCTRL from board side for numaker boards. The Drivers using Pinctrl should be turning Pinctrl on instead of the responsibility of the board. Fixes #78619 Signed-off-by: cyliang tw <cyliang@nuvoton.com>
18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
# NPCX UART driver configuration options
|
|
|
|
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_NUMAKER
|
|
bool "Nuvoton NUMAKER MCU serial driver"
|
|
default y
|
|
select SERIAL_HAS_DRIVER
|
|
select HAS_NUMAKER_UART
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select PINCTRL
|
|
depends on DT_HAS_NUVOTON_NUMAKER_UART_ENABLED
|
|
help
|
|
This option enables the UART driver for Nuvoton Numaker family of
|
|
processors.
|
|
Say y if you wish to use serial port on Nuvoton Numaker MCU.
|