Skip to content

Commit

Permalink
misc: Make AB8500_PWM driver depend on U8500 due to PWM breakage
Browse files Browse the repository at this point in the history
Since we don't have a PWM API every PWM driver ends up exporting its
own version and we need to limit the platforms we try to build them on
in order to avoid multiple definitions. As the AB8500 is normally a
companion chip for the U8500 CPU depend on that architecture.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
broonie authored and Samuel Ortiz committed Jan 14, 2011
1 parent 3ec3301 commit b143758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ config ATMEL_PWM

config AB8500_PWM
bool "AB8500 PWM support"
depends on AB8500_CORE
depends on AB8500_CORE && ARCH_U8500
select HAVE_PWM
help
This driver exports functions to enable/disble/config/free Pulse
Expand Down

0 comments on commit b143758

Please sign in to comment.