Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3838d327 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Walleij
Browse files

pinctrl: make the "Debug PINCTRL calls" entry actually do something



DEBUG_PINCTRL wasn't used at all and DEBUG_PINMUX doesn't exist.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f59d28dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# generic pinmux support

ccflags-$(CONFIG_DEBUG_PINMUX)	+= -DDEBUG
ccflags-$(CONFIG_DEBUG_PINCTRL)	+= -DDEBUG

obj-$(CONFIG_PINCTRL)		+= core.o
obj-$(CONFIG_PINMUX)		+= pinmux.o