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:01:56 +0100 |
| commit | b712c7514772c9e5f07279b6bdc2426b031c61ef (patch) | |
| tree | 4df9b737cb85da498edf855fcb31153ee9852374 | |
| parent | f44100d8feb618f5565e4358b880da78750ceeab (diff) | |
| download | linux-b712c7514772c9e5f07279b6bdc2426b031c61ef.tar.gz linux-b712c7514772c9e5f07279b6bdc2426b031c61ef.tar.bz2 linux-b712c7514772c9e5f07279b6bdc2426b031c61ef.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>
| -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 ab9c7f2f1f79..2619f1dc095a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -836,7 +836,7 @@ config I2C_PXA_SLAVE 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. |
