Commit 61c18aeb authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Wolfram Sang

i2c: uniphier: add COMPILE_TEST option

Add COMPILE_TEST for the compilation test coverage.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent f4f4fed6
...@@ -908,7 +908,7 @@ config I2C_TEGRA ...@@ -908,7 +908,7 @@ config I2C_TEGRA
config I2C_UNIPHIER config I2C_UNIPHIER
tristate "UniPhier FIFO-less I2C controller" tristate "UniPhier FIFO-less I2C controller"
depends on ARCH_UNIPHIER depends on ARCH_UNIPHIER || COMPILE_TEST
help help
If you say yes to this option, support will be included for If you say yes to this option, support will be included for
the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8, the UniPhier FIFO-less I2C interface embedded in PH1-LD4, PH1-sLD8,
...@@ -916,7 +916,7 @@ config I2C_UNIPHIER ...@@ -916,7 +916,7 @@ config I2C_UNIPHIER
config I2C_UNIPHIER_F config I2C_UNIPHIER_F
tristate "UniPhier FIFO-builtin I2C controller" tristate "UniPhier FIFO-builtin I2C controller"
depends on ARCH_UNIPHIER depends on ARCH_UNIPHIER || COMPILE_TEST
help help
If you say yes to this option, support will be included for If you say yes to this option, support will be included for
the UniPhier FIFO-builtin I2C interface embedded in PH1-Pro4, the UniPhier FIFO-builtin I2C interface embedded in PH1-Pro4,
......
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