On Mon, Apr 13, 2020 at 02:14:43PM +0200, Paul Cercueil wrote: > 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. > > Signed-off-by: Paul Cercueil <[email protected]> > --- > drivers/pwm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig > index eebbc917ac97..7814e5b2cad7 100644 > --- a/drivers/pwm/Kconfig > +++ b/drivers/pwm/Kconfig > @@ -234,7 +234,7 @@ config PWM_IMX_TPM > > config PWM_JZ4740 > tristate "Ingenic JZ47xx PWM support" > - depends on MACH_INGENIC > + depends on MIPS
Looks good to me. Acked-by: Uwe Kleine-König <[email protected]> Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ |

