Config.in 213 B

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