用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
567 B

10 months ago
source "$BSP_DIR/../common/drivers/Kconfig"
menu "RT-Thread rockchip RK2108 drivers"
config RT_USING_CRU
bool "Enable CRU"
default n
menu "Enable UART"
config RT_USING_UART
bool "Enable UART"
default y
if RT_USING_UART
config RT_USING_UART0
bool "Enable UART0"
default n
config RT_USING_UART1
bool "Enable UART1"
default n
config RT_USING_UART2
bool "Enable UART2"
default y
endif
endmenu
config RT_USING_SYSTICK
bool "Enable SYSTICK"
default n
endmenu