diff options
author | Weilong Chen <chenweilong@huawei.com> | 2022-11-01 11:07:27 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-11-02 23:23:15 +0300 |
commit | 52951ea193ad3b77c433497425a1049520fd6f22 (patch) | |
tree | b7b84c2c305381835849d2d4be28d4abad161d45 /drivers/i2c/busses/Kconfig | |
parent | a072f249b1b3a457196c83df622e3aa376b1f8df (diff) | |
download | linux-52951ea193ad3b77c433497425a1049520fd6f22.tar.xz |
i2c: hisi: Add initial device tree support
The HiSilicon I2C controller can be used on embedded platform, which
boot from devicetree.
Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Acked-by: Yicong Yang <yangyicong@hisilicon.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index e50f9603d189..a7bfddf08fa7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -673,7 +673,7 @@ config I2C_HIGHLANDER config I2C_HISI tristate "HiSilicon I2C controller" - depends on (ARM64 && ACPI) || COMPILE_TEST + depends on ARM64 || COMPILE_TEST help Say Y here if you want to have Hisilicon I2C controller support available on the Kunpeng Server. |