gk7205v200-uboot/arch/openrisc/Kconfig

19 lines
264 B
Plaintext
Raw Permalink Normal View History

2025-08-07 17:13:54 +08:00
menu "OpenRISC architecture"
depends on OPENRISC
config SYS_ARCH
default "openrisc"
choice
prompt "Target select"
optional
config TARGET_OPENRISC_GENERIC
bool "Support openrisc-generic"
endchoice
source "board/openrisc/openrisc-generic/Kconfig"
endmenu