forked from xuos/xiuos
feat support ADC driver for aiit-arm32-board and stm32f407-st-discovery
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
menuconfig BSP_USING_ADC
|
||||
bool "Using ADC device"
|
||||
default n
|
||||
select RESOURCES_ADC
|
||||
if BSP_USING_ADC
|
||||
source "$BSP_DIR/third_party_driver/adc/Kconfig"
|
||||
endif
|
||||
|
||||
menuconfig BSP_USING_CAN
|
||||
bool "Using CAN device"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user