blob: 23de36c0e8a4aeb932c48305bcd633a271378c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config ARCH_POWERPC
boolean
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/.
|