diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-31 22:32:51 +0900 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-10 10:55:39 +0100 |
| commit | aac7e974ebbd2b8c3ce2d9874ca6a60ce0528281 (patch) | |
| tree | 699e6c4244d4a5df334f30791b295d9c0d087fe7 | |
| parent | 8919ffbb539d06f07b816b7c66f354fd00ea4106 (diff) | |
pinctrl: 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: Linus Walleij <linus.walleij@linaro.org>
| -rw-r--r-- | drivers/pinctrl/uniphier/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/uniphier/Kconfig b/drivers/pinctrl/uniphier/Kconfig index 7abd614dc383..43f689ff446b 100644 --- a/drivers/pinctrl/uniphier/Kconfig +++ b/drivers/pinctrl/uniphier/Kconfig @@ -1,6 +1,6 @@ menuconfig PINCTRL_UNIPHIER bool "UniPhier SoC pinctrl drivers" - depends on ARCH_UNIPHIER + depends on ARCH_UNIPHIER || COMPILE_TEST depends on OF && MFD_SYSCON default y select PINMUX |
