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

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