Skip to content

Commit 5de7179

Browse files
committed
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>
1 parent 2ce4462 commit 5de7179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ config I2C_QCOM_GENI
935935

936936
config I2C_QUP
937937
tristate "Qualcomm QUP based I2C controller"
938-
depends on ARCH_QCOM
938+
depends on ARCH_QCOM || COMPILE_TEST
939939
help
940940
If you say yes to this option, support will be included for the
941941
built-in I2C interface on the Qualcomm SoCs.

0 commit comments

Comments
 (0)