Config.in 213 B

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