Re: [PATCH] gpio: zx: depend on ARCH_ZX

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2016-11-07 3:29 GMT+09:00 Peter Robinson <pbrobinson@xxxxxxxxx>:
> Set GPIO_ZX to depend on ARCH_ZX as it's SOC specific.
>
> Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxx>
> ---
>  drivers/gpio/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index d011cb8..2c458c8 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -524,6 +524,7 @@ config GPIO_ZYNQ
>
>  config GPIO_ZX
>         bool "ZTE ZX GPIO support"
> +       depends on ARCH_ZX
>         select GPIOLIB_IRQCHIP
>         help
>           Say yes here to support the GPIO device on ZTE ZX SoCs.



Maybe

      depends on ARCH_ZX || COMPILE_TEST

to keep the COMPILE_TEST'ability?

Likewise for the other two patches.


-- 
Best Regards
Masahiro Yamada
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux