diff options
author | Wolfram Sang <wsa@kernel.org> | 2022-02-12 20:47:07 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-02-15 10:13:52 +0100 |
commit | 5de717974005fcad2502281e9f82e139ca91f4bb (patch) | |
tree | 2458075cf6152f4bdc6e5f65f58dae3fd1844b5e /drivers/i2c | |
parent | 2ce4462f2724d1b3cedccea441c6d18bb360629a (diff) | |
download | linux-5de717974005fcad2502281e9f82e139ca91f4bb.tar.bz2 |
i2c: qup: allow COMPILE_TEST
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
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 255fd4198433..8a6c6ee28556 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -935,7 +935,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. |