]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: stop making gpio tracing configurable
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 5 Apr 2019 19:46:12 +0000 (21:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Apr 2019 13:11:48 +0000 (15:11 +0200)
commit12f2639038ef420fe796171ffb810b30d1ac0619
tree8480b2373e706103130bc3a3aa033444351a6b30
parentf70fbc15bae2c89ffd72f2693d462b12fe05d847
tracing: stop making gpio tracing configurable

gpio tracing was made configurable in 4.4-rc1 (commit ddd70280bf0e
("tracing: gpio: Add Kconfig option for enabling/disabling trace
events")). Since then it is the only event type that can be compiled
conditionally. Given that there is only little overhead I don't
understand the reasoning and I was annoyed more than once that gpio
events were not available without recompiling.

So drop the Kconfig symbol and make gpio events available
unconditionally.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/configs/aspeed_g4_defconfig
arch/arm/configs/aspeed_g5_defconfig
include/trace/events/gpio.h
kernel/trace/Kconfig