Commit 9f6db9bf authored by Axel Lin's avatar Axel Lin Committed by Wolfram Sang

i2c: versatile: Allow compile test build

There is no build dependency for this driver, so enable COMPILE_TEST to get
better build coverage.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Tested-by: default avatarLiviu Dudau <Liviu.Dudau@arm.com>
Acked-by: default avatarLiviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 748c0bbb
...@@ -927,7 +927,7 @@ config I2C_UNIPHIER_F ...@@ -927,7 +927,7 @@ config I2C_UNIPHIER_F
config I2C_VERSATILE config I2C_VERSATILE
tristate "ARM Versatile/Realview I2C bus support" tristate "ARM Versatile/Realview I2C bus support"
depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || COMPILE_TEST
select I2C_ALGOBIT select I2C_ALGOBIT
help help
Say yes if you want to support the I2C serial bus on ARMs Versatile Say yes if you want to support the I2C serial bus on ARMs Versatile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment