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:00:57 +0100 |
commit | 007050b46f6b6be4f311cf6e22e344b2a0860014 (patch) | |
tree | e75cd574ec26b63bd6dc95f41e1f21c0b1d8cb77 | |
parent | c55b5ff16dc2e07e8f1d4ff3fa1e913bb03e0ed5 (diff) | |
download | linux-stable-007050b46f6b6be4f311cf6e22e344b2a0860014.tar.gz linux-stable-007050b46f6b6be4f311cf6e22e344b2a0860014.tar.bz2 linux-stable-007050b46f6b6be4f311cf6e22e344b2a0860014.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 759c621a860a..be4b7b1ad39b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -783,7 +783,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. |