Files
luban-lite/Kconfig

45 lines
948 B
Plaintext
Raw Permalink Normal View History

2023-08-30 16:21:18 +08:00
mainmenu "ArtInChip Luban-Lite SDK Configuration"
menu "Project options"
config PRJ_DEFCONFIG_FILENAME
string "Project defconfig file name"
comment "-- Important: If following options have been changed, you need save & rerun menuconfig before changing any other options."
config PRJ_CHIP
string "Chip name"
#option env="PRJ_CHIP"
2025-04-23 17:54:31 +08:00
# Don't set default value to make defconfig contain CONFIG_PRJ_CHIP option
2023-08-30 16:21:18 +08:00
config PRJ_BOARD
string "Board name"
#option env="PRJ_BOARD"
config PRJ_KERNEL
string "Kernel name"
#option env="PRJ_KERNEL"
config PRJ_APP
string "Application name"
#option env="PRJ_APP"
endmenu
config PLATFORM_LUBANLITE
bool
default y
config PKGS_DIR
2025-05-16 15:27:54 +08:00
string
default "tools/env/packages"
help
packages directory for RT-Thread online packages
2023-11-09 20:19:51 +08:00
if ! AIC_BOOTLOADER
source "application/Kconfig"
endif
2023-08-30 16:21:18 +08:00
source ".Kconfig.prj"
source "packages/Kconfig"
source "bsp/Kconfig"