| 1234567891011121314151617 | choicedepends on ADK_LINUX_MIPS64prompt "Hardware model"config ADK_HARDWARE_GENERIC_MIPS64	bool "Generic mips64 system"	help	  Generic mips64 system.config ADK_HARDWARE_GENERIC_MIPS64_TOOLCHAIN	bool "mips64 toolchain"	select ADK_TOOLCHAIN_ONLY	help	  mips64 toolchain.endchoice
 |