Commit 5de71797 authored by Wolfram Sang's avatar Wolfram Sang

i2c: qup: allow COMPILE_TEST

Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 2ce4462f
...@@ -935,7 +935,7 @@ config I2C_QCOM_GENI ...@@ -935,7 +935,7 @@ config I2C_QCOM_GENI
config I2C_QUP config I2C_QUP
tristate "Qualcomm QUP based I2C controller" tristate "Qualcomm QUP based I2C controller"
depends on ARCH_QCOM depends on ARCH_QCOM || COMPILE_TEST
help help
If you say yes to this option, support will be included for the If you say yes to this option, support will be included for the
built-in I2C interface on the Qualcomm SoCs. built-in I2C interface on the Qualcomm SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment