summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-03-06 08:01:39 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-03-06 08:07:48 +0100
commit79075e1e4c766e4114c5609cb2a705a828da2d49 (patch)
tree6c8f6ca895561ef87fb8328d5d8138e8eb66eb9a /configs
parent4ae189fcb99e653a86cead2bb908236d0e2ddf72 (diff)
downloadDistroKit-79075e1e4c766e4114c5609cb2a705a828da2d49.tar.gz
DistroKit-79075e1e4c766e4114c5609cb2a705a828da2d49.tar.xz
platform-v7a: kernel: disable DEBUG_GPIO
it is useful only for development of kernel gpio controller and produces lots of dbug messages on each kernel boot: [ 0.210511] gpio gpiochip0: (209c000.gpio): created GPIO range 18->18 ==> 20e0000.iomuxc PIN 184->184 [ 0.210527] gpio gpiochip0: (209c000.gpio): created GPIO range 19->19 ==> 20e0000.iomuxc PIN 187->187 [ 0.210545] gpio gpiochip0: (209c000.gpio): created GPIO range 20->20 ==> 20e0000.iomuxc PIN 183->183 [ 0.210561] gpio gpiochip0: (209c000.gpio): created GPIO range 21->21 ==> 20e0000.iomuxc PIN 188->188 [ 0.210578] gpio gpiochip0: (209c000.gpio): created GPIO range 22->24 ==> 20e0000.iomuxc PIN 123->125 [ 0.210597] gpio gpiochip0: (209c000.gpio): created GPIO range 25->25 ==> 20e0000.iomuxc PIN 121->121 Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index c3651b9..4614119 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -1811,7 +1811,7 @@ CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_OF_GPIO=y
CONFIG_GPIOLIB_IRQCHIP=y
-CONFIG_DEBUG_GPIO=y
+# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=y