diff options
Diffstat (limited to 'src/arch/ppc/Kconfig')
-rw-r--r-- | src/arch/ppc/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/arch/ppc/Kconfig b/src/arch/ppc/Kconfig index 66a90515fb..1916433f9e 100644 --- a/src/arch/ppc/Kconfig +++ b/src/arch/ppc/Kconfig @@ -1,13 +1,12 @@ +# This option is used to set the architecture of a mainboard to PowerPC. +# It is usually set in mainboard/*/Kconfig. config ARCH_POWERPC bool - help - This option is used to set the architecture of a mainboard. - It is usually set in mainboard/*/Kconfig. + default n +# This is the name of the respective architecture subdirectory in arch/. config ARCH string default ppc depends on ARCH_POWERPC - help - This is the name of the respective subdirectory in arch/. |