mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 11:17:07 +00:00
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>
This commit is contained in:
parent
07d9a38068
commit
ae824f0024
@ -79,12 +79,12 @@ config I2C_AMD8111
|
|||||||
|
|
||||||
config I2C_HIX5HD2
|
config I2C_HIX5HD2
|
||||||
tristate "Hix5hd2 high-speed I2C driver"
|
tristate "Hix5hd2 high-speed I2C driver"
|
||||||
depends on ARCH_HIX5HD2 || COMPILE_TEST
|
depends on ARCH_HISI || ARCH_HIX5HD2 || COMPILE_TEST
|
||||||
help
|
help
|
||||||
Say Y here to include support for high-speed I2C controller in the
|
Say Y here to include support for the high-speed I2C controller
|
||||||
Hisilicon based hix5hd2 SoCs.
|
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.
|
will be called i2c-hix5hd2.
|
||||||
|
|
||||||
config I2C_I801
|
config I2C_I801
|
||||||
|
Loading…
x
Reference in New Issue
Block a user