Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4793 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
11 lines
276 B
Text
11 lines
276 B
Text
# 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
|
|
|