2022-12-03 12:07:44 +08:00
|
|
|
menu "UART Devices"
|
|
|
|
|
|
|
|
config DRIVERS_UART
|
|
|
|
bool "enable uart driver"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config HAL_TEST_UART
|
|
|
|
bool "enable uart hal APIs test command"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config SUNXI_UART_SUPPORT_POLL
|
|
|
|
bool "support poll APIs"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config SUNXI_UART_REGISTER_UART0
|
|
|
|
bool "support uart0 device"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config SUNXI_UART_REGISTER_UART1
|
|
|
|
bool "support uart1 device"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config SUNXI_UART_REGISTER_UART2
|
|
|
|
bool "support uart2 device"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
config SUNXI_UART_REGISTER_UART3
|
|
|
|
bool "support uart3 device"
|
2023-01-09 10:14:23 +08:00
|
|
|
depends on DRIVERS_UART
|
2022-12-03 12:07:44 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|