From: Arnd Bergmann Date: Sat, 1 Oct 2011 20:03:58 +0000 (+0200) Subject: ARM: pxa: sharpsl pm needs SPI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7272889d3f40ed6aa2ade32bed5834789b3299cc;p=mv-sheeva.git ARM: pxa: sharpsl pm needs SPI The sharpsl code selects the max1111 spi driver, so it must also ensure that SPI itself is enabled. The platform does not work without max1111. Signed-off-by: Arnd Bergmann Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e435b25265a..61d3c72ded8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -706,6 +706,8 @@ config SHARPSL_PM config SHARPSL_PM_MAX1111 bool select HWMON + select SPI + select SPI_MASTER select SENSORS_MAX1111 config PXA_HAVE_ISA_IRQS