projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce4462
)
i2c: qup: allow COMPILE_TEST
author
Wolfram Sang
<wsa@kernel.org>
Sat, 12 Feb 2022 19:47:07 +0000
(20:47 +0100)
committer
Wolfram Sang
<wsa@kernel.org>
Tue, 15 Feb 2022 09:13:52 +0000
(10:13 +0100)
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index 255fd4198433ebafa6f1cd611846cc3555efb837..8a6c6ee28556fecf441a602d0b5d4d1e32cdcc24 100644
(file)
--- a/
drivers/i2c/busses/Kconfig
+++ b/
drivers/i2c/busses/Kconfig
@@
-935,7
+935,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.