diff options
author | Wolfram Sang <wsa@kernel.org> | 2022-02-12 20:47:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-08 19:04:06 +0100 |
commit | 2fc08382eaf502551ffae61ff5e48e062b30ecb6 (patch) | |
tree | 8a1c36cc48d927c0a2369cb718d2219dcf94f10b /drivers/i2c/busses/Kconfig | |
parent | 2ade8e36da84ab894592ee135f3734b78c714a8a (diff) | |
download | linux-stable-2fc08382eaf502551ffae61ff5e48e062b30ecb6.tar.gz linux-stable-2fc08382eaf502551ffae61ff5e48e062b30ecb6.tar.bz2 linux-stable-2fc08382eaf502551ffae61ff5e48e062b30ecb6.zip |
i2c: qup: allow COMPILE_TEST
[ Upstream commit 5de717974005fcad2502281e9f82e139ca91f4bb ]
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@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 3a2f85d811f7..165c112bc5b9 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -849,7 +849,7 @@ config I2C_QCOM_GENI config I2C_QUP tristate "Qualcomm QUP based I2C controller" - depends on ARCH_QCOM + depends on ARCH_QCOM || COMPILE_TEST help If you say yes to this option, support will be included for the built-in I2C interface on the Qualcomm SoCs. |