Skip to content

Commit

Permalink
[ARM] pxa/sharpsl: add dependency of max1111 driver to sharpsl_pm
Browse files Browse the repository at this point in the history
sharpsl_pm.c actually depends on max1111 driver being built-in when
not using legacy ssp code.

Reported-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Eric Miao committed Mar 22, 2010
1 parent 1fe2b6b commit 6533be3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,13 @@ config PXA_SHARPSL
config SHARPSL_PM
bool
select APM_EMULATION
select SHARPSL_PM_MAX1111

config SHARPSL_PM_MAX1111
bool
depends on !CORGI_SSP_DEPRECATED
select HWMON
select SENSORS_MAX1111

config CORGI_SSP_DEPRECATED
bool
Expand Down

0 comments on commit 6533be3

Please sign in to comment.