48 lines
808 B
Plaintext
48 lines
808 B
Plaintext
menu "Hardware Drivers Config"
|
|
|
|
|
|
config BSP_USING_HYPERFLASH
|
|
bool
|
|
default n
|
|
|
|
config BSP_USING_4MFLASH
|
|
bool
|
|
default n
|
|
|
|
config SOC_MIMXRT1064DVL6A
|
|
bool
|
|
select SOC_MIMXRT1064_SERIES
|
|
select BSP_USING_4MFLASH
|
|
select RT_USING_COMPONENTS_INIT
|
|
select RT_USING_USER_MAIN
|
|
default y
|
|
|
|
menu "On-chip Peripheral Drivers"
|
|
|
|
config BSP_USING_GPIO
|
|
bool "Enable GPIO"
|
|
select RT_USING_PIN
|
|
default y
|
|
|
|
menuconfig BSP_USING_LPUART
|
|
bool "Enable UART"
|
|
select RT_USING_SERIAL
|
|
default y
|
|
if BSP_USING_LPUART
|
|
config BSP_USING_LPUART1
|
|
bool "Enable LPUART1"
|
|
default y
|
|
endif
|
|
|
|
endmenu
|
|
|
|
menu "Onboard Peripheral Drivers"
|
|
|
|
endmenu
|
|
|
|
menu "Board extended module Drivers"
|
|
|
|
endmenu
|
|
|
|
endmenu
|