66a90515fb9ab236ae0e400e3efdc5dc313a2535
[coreboot.git] / src / arch / ppc / Kconfig
1 config ARCH_POWERPC
2         bool
3         help
4           This option is used to set the architecture of a mainboard.
5           It is usually set in mainboard/*/Kconfig.
6
7 config ARCH
8         string
9         default ppc
10         depends on ARCH_POWERPC
11         help
12           This is the name of the respective subdirectory in arch/.
13