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

config ADK_HARDWARE_GENERIC_PPC64
	bool "Generic ppc64 system"
	help
	  Generic ppc64 system.

config ADK_HARDWARE_GENERIC_PPC64_TOOLCHAIN
	bool "ppc64 toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  ppc64 toolchain.

endchoice