summaryrefslogtreecommitdiff
path: root/src/arch/ppc/Kconfig
blob: 1916433f9ed191044e8f35e88ad8dea1119f3903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This option is used to set the architecture of a mainboard to PowerPC.
# It is usually set in mainboard/*/Kconfig.
config ARCH_POWERPC
	bool
	default n

# This is the name of the respective architecture subdirectory in arch/.
config ARCH
	string
	default ppc
	depends on ARCH_POWERPC