Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1437580 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

misc: Make AB8500_PWM driver depend on U8500 due to PWM breakage



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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 3ec33012
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,7 @@ config ATMEL_PWM


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