diff options
author | Ruqiang Ju <juruqiang@huawei.com> | 2016-10-24 16:39:49 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-10-25 11:09:16 +0200 |
commit | ae824f00241f495e8d55ebdc0341f3ce61a77da6 (patch) | |
tree | 83697d8640def9fbca4c48addc1367ae6b53b5ce | |
parent | 07d9a380680d1c0eb51ef87ff2eab5c994949e69 (diff) | |
download | linux-stable-ae824f00241f495e8d55ebdc0341f3ce61a77da6.tar.gz linux-stable-ae824f00241f495e8d55ebdc0341f3ce61a77da6.tar.bz2 linux-stable-ae824f00241f495e8d55ebdc0341f3ce61a77da6.zip |
i2c: hix5hd2: allow build with ARCH_HISI
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>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6d94e2ec5b4f..41abb20f082d 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 |