Skip to content

Commit

Permalink
pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=y
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Sebastian Hesselbarth <[email protected]>
Acked-by: Antoine Tenart <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Jisheng Zhang authored and linusw committed Oct 16, 2015
1 parent d5c79fc commit 2df26ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/berlin/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if ARCH_BERLIN
if (ARCH_BERLIN || COMPILE_TEST)

config PINCTRL_BERLIN
bool
Expand Down

0 comments on commit 2df26ef

Please sign in to comment.