diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-31 22:34:02 +0900 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-02-12 20:40:16 +0100 |
commit | 61c18aeb05c32ba1291743300ec4a4f6dcad5ed8 (patch) | |
tree | 15c4b27c6924d2ce3c4d210aa74d296d0e9d2807 /drivers/i2c | |
parent | f4f4fed626d51843bd3b9ef7bfed7a78d2968d4a (diff) | |
download | op-kernel-dev-61c18aeb05c32ba1291743300ec4a4f6dcad5ed8.zip op-kernel-dev-61c18aeb05c32ba1291743300ec4a4f6dcad5ed8.tar.gz |
i2c: uniphier: add COMPILE_TEST option
Add COMPILE_TEST for the compilation test coverage.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 0299dfa..a2e456a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -908,7 +908,7 @@ config I2C_TEGRA config I2C_UNIPHIER tristate "UniPhier FIFO-less I2C controller" - depends on ARCH_UNIPHIER + depends on ARCH_UNIPHIER || COMPILE_TEST help If you say yes to this option, support will be included for the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8, @@ -916,7 +916,7 @@ config I2C_UNIPHIER config I2C_UNIPHIER_F tristate "UniPhier FIFO-builtin I2C controller" - depends on ARCH_UNIPHIER + depends on ARCH_UNIPHIER || COMPILE_TEST help If you say yes to this option, support will be included for the UniPhier FIFO-builtin I2C interface embedded in PH1-Pro4, |