Files
luban-lite-t3e-pro/kernel/baremetal/Kconfig

53 lines
727 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "Baremetal options"
config KERNEL_BAREMETAL
bool
default y
config DRIVER_HAL_EN
bool
default y
config DRIVER_BARE_DRV_EN
bool
default y
config AIC_NORMALSTACK_SIZE
int "Main loop stack"
default 8092
if ! AIC_BOOTLOADER
config AIC_BAREMETAL_CONSOLE_UART
int "Baremetal console UART ID"
range 0 8
default 0
endif
config ARCH_RISCV
bool
config ARCH_RISCV_FPU
bool
config ARCH_RISCV_FPU_S
select ARCH_RISCV_FPU
bool
config ARCH_RISCV_FPU_D
select ARCH_RISCV_FPU
bool
config ARCH_RISCV32
select ARCH_RISCV
bool
config ARCH_RISCV64
select ARCH_RISCV
select ARCH_CPU_64BIT
bool
2023-11-09 20:19:51 +08:00
config ARCH_CSKY
bool
2023-08-30 16:21:18 +08:00
endmenu