menu "Elvees MIPS platforms" depends on ARCH_ELVEES_MIPS config SYS_SOC default "ELVEES_MIPS" #config NVCOM02 # bool # select ROM_EXCEPTION_VECTORS # select SUPPORTS_CPU_MIPS32_R1 # select SUPPORTS_LITTLE_ENDIAN #config MC30SF6 # bool # select ROM_EXCEPTION_VECTORS # select SUPPORTS_CPU_MIPS32_R1 # select SUPPORTS_LITTLE_ENDIAN choice prompt "Board select" config TARGET_ELVEES_MIPS bool "Elvees-MIPS board" select ELVEES_MIPS config TARGET_NVCOM02TEM bool "NVCom02-TEM board" select SUPPORT_MPORT_INIT # select NVCOM02 config TARGET_MC30SF6EM bool "MC30SF6-EM board" select SUPPORT_MPORT_INIT select SUPPORT_DDR_INIT # select MC30SF6 endchoice config INIT_MPORT bool "MPORT init" depends on SUPPORT_MPORT_INIT config INIT_DDR bool "DDR init" depends on SUPPORT_DDR_INIT depends on INIT_MPORT config SYS_LOAD_ADDR hex "Load image address" default 0xBC000000 help The address in memory loaded image placed config SUPPORT_MPORT_INIT bool config SUPPORT_DDR_INIT bool source board/elvees-mips/elvees-mips/Kconfig source board/elvees-mips/nvcom02-tem/Kconfig source board/elvees-mips/mc30sf6-em/Kconfig endmenu