Skip to content

Commit

Permalink
ARM: pxa: sharpsl pm needs SPI
Browse files Browse the repository at this point in the history
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 <arnd@arndb.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent 41f91d9 commit 7272889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7272889

Please sign in to comment.