Merge pull request #1258 from RT-Thread/feature_kconfig

[BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc
This commit is contained in:
Bernard Xiong
2018-03-05 22:16:27 +08:00
committed by GitHub
33 changed files with 3348 additions and 898 deletions
+6
View File
@@ -14,6 +14,12 @@ config RT_USING_CAN
bool "Using CAN device drivers"
default n
if RT_USING_CAN
config RT_CAN_USING_HDR
bool "Enable CAN hardware filter"
default y
endif
config RT_USING_HWTIMER
bool "Using hardware timer device drivers"
default n