Config.in 203 B

123456789
  1. choice
  2. depends on ADK_LINUX_M68K && !ADK_CHOOSE_TARGET_ARCH
  3. prompt "Target system"
  4. config ADK_CHOOSE_TARGET_SYSTEM_M68K
  5. boolean "Choose target system"
  6. source "target/m68k/Config.in.systems"
  7. endchoice