projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5136ed4
)
i2c: meson: allow build with COMPILE_TEST
author
Ben Dooks
<ben-linux@fluff.org>
Wed, 6 Jul 2016 20:17:05 +0000
(21:17 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Fri, 8 Jul 2016 01:33:30 +0000
(10:33 +0900)
This driver should be buildable with COMPILE_TEST so
add this to the dependency for it.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index b4b6cb067457960169b34ba735651499e85885ce..4cefc6617892ac95c2cc99ec7e0026aedc5594a1 100644
(file)
--- a/
drivers/i2c/busses/Kconfig
+++ b/
drivers/i2c/busses/Kconfig
@@
-638,7
+638,7
@@
config I2C_LPC2K
config I2C_MESON
tristate "Amlogic Meson I2C controller"
- depends on ARCH_MESON
+ depends on ARCH_MESON
|| COMPILE_TEST
help
If you say yes to this option, support will be included for the
I2C interface on the Amlogic Meson family of SoCs.