diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-07-09 13:31:23 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-07-14 21:19:55 +0900 |
commit | 9f6db9bfb58e0008c0d041d69cef3bcb6247dc52 (patch) | |
tree | 93de2c8ed73334dec22f293104aad677009d5497 /drivers/i2c | |
parent | 748c0bbbf170700d5c612e09e8d89904ddf7ebc5 (diff) | |
download | linux-9f6db9bfb58e0008c0d041d69cef3bcb6247dc52.tar.bz2 |
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: Axel Lin <axel.lin@ingics.com>
Tested-by: Liviu Dudau <Liviu.Dudau@arm.com>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-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 4cefc6617892..2f0fd11b8057 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -927,7 +927,7 @@ config I2C_UNIPHIER_F config I2C_VERSATILE 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 help Say yes if you want to support the I2C serial bus on ARMs Versatile |