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