| 1234567891011121314151617 | choicedepends on ADK_LINUX_MIPSELprompt "Hardware model"config ADK_HARDWARE_GENERIC_MIPSEL	bool "Generic mipsel system"	help	  Generic mipsel system.config ADK_HARDWARE_GENERIC_MIPSEL_TOOLCHAIN	bool "mipsel toolchain"	select ADK_TOOLCHAIN_ONLY	help	  mipsel toolchain.endchoice
 |