blob: 94494c88077667189eb621e1d1453e7c4b71c4b7 [file] [log] [blame]
config BR2_ARCH
default "m68k" if BR2_m68k
config BR2_ENDIAN
default "BIG"
# coldfire variants will be added later
choice
prompt "Target CPU"
depends on BR2_m68k
default BR2_m68k_68040
help
Specific CPU variant to use
config BR2_m68k_68040
bool "68040"
endchoice
config BR2_GCC_TARGET_CPU
default "68040" if BR2_m68k_68040