linuxOS_MC3302/sdk/X-AIOS-LT00-V1.0.4/product/demo_ld/Kconfig
2026-01-30 16:53:24 +08:00

77 lines
1.1 KiB
Plaintext
Executable File

#Configuration
menu "Esl Features"
config XOS_PROJECT_TYPE
string
prompt "Project"
default "esl2"
help
Set the xos project.
config QM_VERSION
string "software version"
default "1.0.0"
config QM_HW_VERSION
string "hardware version"
default "10"
config PLATFORM_ID
string "flatform id"
default "ESL10D"
config DISABLE_UPDATE
bool "Disable Update"
default n
help
Disable cloud update feature.
config PRODUCT_BOARD_TYPE
string
prompt "Product Board type"
default "moto_ld"
help
Set the product board.
config XOS_APP_MAIN_ENTRY
string
prompt "app main entry"
default "demoapp"
help
Select the app main entry.
config LCD_PANEL
bool "Display panel"
default n
config TOUCH_PANEL
bool "Touch Panel Feature"
default n
config WIFI_SUPPORT
bool "WiFi feature"
default n
config XOS_WIFI_QUADRV
string
prompt "wifi_type"
default "aic8800d"
help
Set wifi type.
config ETHERNET_SUPPORT
bool "Ethernet feature"
default n
# Include more configuration here
#source "xx/xxx/Kconfig"
endmenu