Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1250976 > unrolled thread

Re: [PATCH] gpio: xilinx: Drop architecture dependencies

Started byMoritz Fischer <moritz.fischer@ettus.com>
First post2015-10-19 20:00 +0200
Last post2015-10-19 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] gpio: xilinx: Drop architecture dependencies Moritz Fischer <moritz.fischer@ettus.com> - 2015-10-19 20:00 +0200

#1250976 — Re: [PATCH] gpio: xilinx: Drop architecture dependencies

FromMoritz Fischer <moritz.fischer@ettus.com>
Date2015-10-19 20:00 +0200
SubjectRe: [PATCH] gpio: xilinx: Drop architecture dependencies
Message-ID<qlmT0-3hP-27@gated-at.bofh.it>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>

On Mon, Oct 19, 2015 at 10:42 AM, Soren Brinkmann
<soren.brinkmann@xilinx.com> wrote:
> The driver does not have any real architecture dependencies. To avoid
> listing each architecture that might use this driver on some
> FPGA-enabled platform, drop these dependencies.
>
> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
> ---
>  drivers/gpio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 63000b1f9da8..45dfeef6018f 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -506,7 +506,7 @@ config GPIO_XGENE_SB
>
>  config GPIO_XILINX
>         tristate "Xilinx GPIO support"
> -       depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86)
> +       depends on OF_GPIO
>         help
>           Say yes here to support the Xilinx FPGA GPIO device
>
> --
> 2.6.2.3.ga463a5b
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web