mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
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 <u.kleine-koenig@pengutronix.de> Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
01aa905d47
commit
b48d49e0d5
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ config PWM_IQS620A
|
||||||
|
|
||||||
config PWM_JZ4740
|
config PWM_JZ4740
|
||||||
tristate "Ingenic JZ47xx PWM support"
|
tristate "Ingenic JZ47xx PWM support"
|
||||||
depends on MACH_INGENIC
|
depends on MIPS
|
||||||
depends on COMMON_CLK
|
depends on COMMON_CLK
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue