mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 04:15:24 +00:00
47 lines
909 B
Text
47 lines
909 B
Text
config AOS_BOARD_ASR5501
|
|
bool "ASR5501"
|
|
select AOS_MCU_ASR5501
|
|
select AOS_COMP_KERNEL_INIT
|
|
select AOS_COMP_LWIP if AOS_NETWORK_SAL
|
|
select AOS_COMP_NETMGR
|
|
help
|
|
|
|
if AOS_BOARD_ASR5501
|
|
# Configurations for board asr5501
|
|
|
|
config DEBUG_CONFIG_PANIC
|
|
bool "Enable debug panic feature"
|
|
default y
|
|
help
|
|
set to y if you want to enable panic debug feature when system crash happened,
|
|
default y
|
|
|
|
config DEBUG_CONFIG_BACKTRACE
|
|
bool "Enable stack backtrace feature"
|
|
default y
|
|
help
|
|
set to y if you want to enable stack backtrace feature when system crash happened,
|
|
default y
|
|
|
|
# "BSP SUPPORT FEATURE"
|
|
config BSP_SUPPORT_UART
|
|
bool
|
|
default y
|
|
|
|
config BSP_SUPPORT_GPIO
|
|
bool
|
|
default y
|
|
|
|
config BSP_SUPPORT_FLASH
|
|
bool
|
|
default y
|
|
|
|
config BSP_SUPPORT_I2C
|
|
bool
|
|
default y
|
|
|
|
config BSP_SUPPORT_WIFI
|
|
bool
|
|
default y
|
|
|
|
endif
|