Skip to content
Snippets Groups Projects
Commit 181d9a07 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wolfram Sang
Browse files

i2c: hix5hd2: add COMPILE_TEST


Commit 9439eb3a ("asm-generic: io: implement relaxed
accessor macros as conditional wrappers") has added
{read,write}{b,w,l,q}_relaxed to include/asm-generic/io.h.
So COMPILE_TEST can be added.

Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 26680ee2
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ config I2C_AMD8111 ...@@ -79,7 +79,7 @@ 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 depends on 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 high-speed I2C controller in the
Hisilicon based hix5hd2 SoCs. Hisilicon based hix5hd2 SoCs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment