linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: hix5hd2: allow build with ARCH_HISI
@ 2016-10-24  8:39 Ruqiang Ju
  2016-10-25  9:10 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Ruqiang Ju @ 2016-10-24  8:39 UTC (permalink / raw)
  To: wsa; +Cc: linux-i2c, linux-kernel, xuejiancheng, yanhaifeng, juruqiang

This driver should be buildable with ARCH_HISI,
because some of other HiSilicon SoCs also use it.

Signed-off-by: Ruqiang Ju <juruqiang@huawei.com>
---
 drivers/i2c/busses/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 6d94e2e..41abb20 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -79,12 +79,12 @@ config I2C_AMD8111
 
 config I2C_HIX5HD2
 	tristate "Hix5hd2 high-speed I2C driver"
-	depends on ARCH_HIX5HD2 || COMPILE_TEST
+	depends on ARCH_HISI || ARCH_HIX5HD2 || COMPILE_TEST
 	help
-	  Say Y here to include support for high-speed I2C controller in the
-	  Hisilicon based hix5hd2 SoCs.
+	  Say Y here to include support for the high-speed I2C controller
+	  used in HiSilicon hix5hd2 SoCs.
 
-	  This driver can also be built as a module.  If so, the module
+	  This driver can also be built as a module. If so, the module
 	  will be called i2c-hix5hd2.
 
 config I2C_I801
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c: hix5hd2: allow build with ARCH_HISI
  2016-10-24  8:39 [PATCH] i2c: hix5hd2: allow build with ARCH_HISI Ruqiang Ju
@ 2016-10-25  9:10 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-10-25  9:10 UTC (permalink / raw)
  To: Ruqiang Ju; +Cc: linux-i2c, linux-kernel, xuejiancheng, yanhaifeng

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

On Mon, Oct 24, 2016 at 04:39:49PM +0800, Ruqiang Ju wrote:
> This driver should be buildable with ARCH_HISI,
> because some of other HiSilicon SoCs also use it.
> 
> Signed-off-by: Ruqiang Ju <juruqiang@huawei.com>

Applied to for-current, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-25  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24  8:39 [PATCH] i2c: hix5hd2: allow build with ARCH_HISI Ruqiang Ju
2016-10-25  9:10 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).