summaryrefslogtreecommitdiff
path: root/target/Config.in.ppc
blob: 491891722f03bfdfe68202458f061d1beef8b56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
choice
depends on ADK_LINUX_PPC
prompt "Hardware model"

config ADK_HARDWARE_GENERIC_PPC
	bool "Generic ppc system"
	help
	  Generic ppc system.

config ADK_HARDWARE_GENERIC_PPC_TOOLCHAIN
	bool "ppc toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  ppc toolchain.

endchoice