rt-thread/bsp/mm32f103x/drivers/Kconfig

24 lines
606 B
Plaintext
Raw Normal View History

2021-08-04 14:42:16 +08:00
menu "Hardware Drivers Config"
menu "On-chip Peripheral Drivers"
menu "GPIO Drivers"
config BSP_USING_GPIO
bool "Enable GPIO"
select RT_USING_PIN
default n
2023-01-09 10:14:23 +08:00
endmenu
2021-08-04 14:42:16 +08:00
menu "UART Drivers"
config BSP_USING_UART1
bool "Enable UART1 PA9/10(T/R)"
select RT_USING_SERIAL
default n
2023-01-09 10:14:23 +08:00
2021-08-04 14:42:16 +08:00
config BSP_USING_UART2
bool "Enable UART2 PA2/3(T/R)"
select RT_USING_SERIAL
default y
2023-01-09 10:14:23 +08:00
endmenu
2021-08-04 14:42:16 +08:00
endmenu
2023-01-09 10:14:23 +08:00
2021-08-04 14:42:16 +08:00
endmenu