pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=y
authorJisheng Zhang <jszhang@marvell.com>
Fri, 16 Oct 2015 07:37:07 +0000 (15:37 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Oct 2015 14:12:17 +0000 (16:12 +0200)
It is good to allow berlin pinctrl driver to build with COMPILE_TEST, so
make the it menu visible when compile-testing.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/berlin/Kconfig

index b18322bc7bf9d0bdd220d7b38968b0b7e8938c8b..f7e45c864876d80af82b7fae0a15ec6a8f64946c 100644 (file)
@@ -1,4 +1,4 @@
-if ARCH_BERLIN
+if (ARCH_BERLIN || COMPILE_TEST)
 
 config PINCTRL_BERLIN
        bool
This page took 0.025601 seconds and 5 git commands to generate.