Skip to content

Commit

Permalink
i2c: qup: allow COMPILE_TEST
Browse files Browse the repository at this point in the history
[ Upstream commit 5de7179 ]

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>
  • Loading branch information
wsakernel authored and gregkh committed Mar 8, 2022
1 parent d65d187 commit f6fbf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Expand Up @@ -921,7 +921,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.
Expand Down

0 comments on commit f6fbf18

Please sign in to comment.