From: Andrew Morton arch/powerpc/Kconfig:420:warning: leading whitespace ignored Stop doing that. Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Signed-off-by: Andrew Morton --- arch/powerpc/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/Kconfig~powerpc-kcofnig-warning-fix arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~powerpc-kcofnig-warning-fix +++ a/arch/powerpc/Kconfig @@ -417,7 +417,7 @@ config PPC_CELL_NATIVE default n config PPC_IBM_CELL_BLADE - bool " IBM Cell Blade" + bool "IBM Cell Blade" depends on PPC_MULTIPLATFORM && PPC64 select PPC_CELL_NATIVE select PPC_RTAS _