Config.in 207 B

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