Browse Source

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>
Masahiro Yamada 9 years ago
parent
commit
aac7e974eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pinctrl/uniphier/Kconfig

+ 1 - 1
drivers/pinctrl/uniphier/Kconfig

@@ -1,6 +1,6 @@
 menuconfig PINCTRL_UNIPHIER
 menuconfig PINCTRL_UNIPHIER
 	bool "UniPhier SoC pinctrl drivers"
 	bool "UniPhier SoC pinctrl drivers"
-	depends on ARCH_UNIPHIER
+	depends on ARCH_UNIPHIER || COMPILE_TEST
 	depends on OF && MFD_SYSCON
 	depends on OF && MFD_SYSCON
 	default y
 	default y
 	select PINMUX
 	select PINMUX