diff options
author | Ben Dooks <ben-linux@fluff.org> | 2016-07-06 21:17:05 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-07-08 10:33:30 +0900 |
commit | 914017836afb6aff86afdf819cb270944e89c2ac (patch) | |
tree | 86515177ed83f4972851505ae164da5d5dbf8f9b /drivers/i2c | |
parent | 5136ed4fcb05cd4981cc6034a11e66370ed84789 (diff) | |
download | linux-914017836afb6aff86afdf819cb270944e89c2ac.tar.bz2 |
i2c: meson: allow build with COMPILE_TEST
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b4b6cb067457..4cefc6617892 100644 --- 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. |