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