From : Jens Osterkamp Subject : systemsim : get rid of two warning messages trivial patch to get rid of two warning messages during kernel configuration complaining about leading whitespaces. Signed-off-by: Jens Osterkamp Index: linux-2.6/arch/powerpc/Kconfig =================================================================== --- linux-2.6.orig/arch/powerpc/Kconfig +++ linux-2.6/arch/powerpc/Kconfig @@ -430,7 +430,7 @@ config UDBG_RTAS_CONSOLE default n config PPC_SYSTEMSIM - bool " IBM Full System Simulator (systemsim) support" + bool "IBM Full System Simulator (systemsim) support" select PPC_CELL_NATIVE select PPC_RTAS select MMIO_NVRAM Index: linux-2.6/drivers/net/Kconfig =================================================================== --- linux-2.6.orig/drivers/net/Kconfig +++ linux-2.6/drivers/net/Kconfig @@ -1204,7 +1204,7 @@ config IBMVETH config SYSTEMSIM_NET depends on PPC_SYSTEMSIM - tristate " IBM Full System Simulator Bogus Network Support" + tristate "IBM Full System Simulator Bogus Network Support" default y help Provides quick access to a raw ethernet device in the simulator