Skip to content

Commit b48d49e

Browse files
pcercueithierryreding
authored andcommitted
pwm: jz4740: Drop dependency on MACH_INGENIC
Depending on MACH_INGENIC prevent us from creating a generic kernel that works on more than one MIPS board. Instead, we just depend on MIPS being set. Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Paul Cercueil <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 01aa905 commit b48d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ config PWM_IQS620A
244244

245245
config PWM_JZ4740
246246
tristate "Ingenic JZ47xx PWM support"
247-
depends on MACH_INGENIC
247+
depends on MIPS
248248
depends on COMMON_CLK
249249
select MFD_SYSCON
250250
help

0 commit comments

Comments
 (0)