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


Groups > linux.kernel > #1256026

[PATCH] i2c: Enable Cadence driver for ARM64

From Michal Simek <michal.simek@xilinx.com>
Newsgroups linux.kernel
Subject [PATCH] i2c: Enable Cadence driver for ARM64
Date 2015-10-26 15:20 +0100
Message-ID <qnQMW-QQ-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This IP is available on Xilinx ZynqMP.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 08b86178e8fb..d54c0e6d65d8 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -422,7 +422,7 @@ config I2C_BLACKFIN_TWI_CLK_KHZ
 
 config I2C_CADENCE
 	tristate "Cadence I2C Controller"
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARM64
 	help
 	  Say yes here to select Cadence I2C Host Controller. This controller is
 	  e.g. used by Xilinx Zynq.
-- 
2.5.0

--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] i2c: Enable Cadence driver for ARM64 Michal Simek <michal.simek@xilinx.com> - 2015-10-26 15:20 +0100
  Re: [PATCH] i2c: Enable Cadence driver for ARM64 Lee Jones <lee.jones@linaro.org> - 2015-10-26 15:40 +0100
    Re: [PATCH] i2c: Enable Cadence driver for ARM64 Wolfram Sang <wsa@the-dreams.de> - 2015-10-26 15:50 +0100
      Re: [PATCH] i2c: Enable Cadence driver for ARM64 Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-26 16:10 +0100
        Re: [PATCH] i2c: Enable Cadence driver for ARM64 Lee Jones <lee.jones@linaro.org> - 2015-10-26 17:50 +0100
          Re: [PATCH] i2c: Enable Cadence driver for ARM64 Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-26 23:20 +0100
      Re: [PATCH] i2c: Enable Cadence driver for ARM64 Lee Jones <lee.jones@linaro.org> - 2015-10-26 16:10 +0100
    Re: [PATCH] i2c: Enable Cadence driver for ARM64 Lee Jones <lee.jones@linaro.org> - 2015-10-26 16:10 +0100
  Re: [PATCH] i2c: Enable Cadence driver for ARM64 Wolfram Sang <wsa@the-dreams.de> - 2015-10-26 16:00 +0100

csiph-web