Skip to content

Commit

Permalink
pwm: jz4740: Drop dependency on MACH_INGENIC
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pcercuei authored and thierryreding committed Jun 2, 2020
1 parent 01aa905 commit b48d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ config PWM_IQS620A

config PWM_JZ4740
tristate "Ingenic JZ47xx PWM support"
depends on MACH_INGENIC
depends on MIPS
depends on COMMON_CLK
select MFD_SYSCON
help
Expand Down

0 comments on commit b48d49e

Please sign in to comment.