diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-31 08:32:51 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-10 04:55:39 -0500 |
commit | aac7e974ebbd2b8c3ce2d9874ca6a60ce0528281 (patch) | |
tree | 699e6c4244d4a5df334f30791b295d9c0d087fe7 /drivers/pinctrl/uniphier | |
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>
Diffstat (limited to 'drivers/pinctrl/uniphier')
-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 @@ | |||
1 | menuconfig PINCTRL_UNIPHIER | 1 | menuconfig PINCTRL_UNIPHIER |
2 | bool "UniPhier SoC pinctrl drivers" | 2 | bool "UniPhier SoC pinctrl drivers" |
3 | depends on ARCH_UNIPHIER | 3 | depends on ARCH_UNIPHIER || COMPILE_TEST |
4 | depends on OF && MFD_SYSCON | 4 | depends on OF && MFD_SYSCON |
5 | default y | 5 | default y |
6 | select PINMUX | 6 | select PINMUX |