diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-10-08 23:10:39 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-20 21:37:27 -0400 |
commit | a0fb706e11160e23c01136e9b603954be490e9ab (patch) | |
tree | d6a61673792952163fb396c52e95e67ed8a21024 /arch/arm/configs | |
parent | 87a84b69824d7fd63b20f3bc98d75c0238b8e7d0 (diff) |
ARM: mxs_defconfig: Turn off CONFIG_DEBUG_GPIO
Having CONFIG_DEBUG_GPIO=y leads to several debug messages polluting kernel log:
[ 0.580325] of_get_named_gpio_flags: can't parse gpios property of node '/regulators/3p3v[0]'
[ 0.581185] 3P3V: 3300 mV
[ 0.584827] of_get_named_gpio_flags exited with status 124
[ 0.585852] vddio-sd0: 3300 mV
[ 0.590023] of_get_named_gpio_flags exited with status 79
[ 0.590770] fec-3v3: 3300 mV
[ 0.594805] of_get_named_gpio_flags exited with status 105
[ 0.595491] usb0_vbus: 5000 mV
[ 0.599687] of_get_named_gpio_flags exited with status 104
[ 0.600380] usb1_vbus: 5000 mV
[ 0.604463] of_get_named_gpio_flags exited with status 126
[ 0.605153] lcd-3v3: 3300 mV
[ 0.608970] of_get_named_gpio_flags exited with status 77
Turn this option off, as these messages are not really useful for normal usage.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 2d0c3695d5d0..6150108e15de 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig | |||
@@ -90,7 +90,6 @@ CONFIG_I2C_MXS=y | |||
90 | CONFIG_SPI=y | 90 | CONFIG_SPI=y |
91 | CONFIG_SPI_GPIO=m | 91 | CONFIG_SPI_GPIO=m |
92 | CONFIG_SPI_MXS=y | 92 | CONFIG_SPI_MXS=y |
93 | CONFIG_DEBUG_GPIO=y | ||
94 | CONFIG_GPIO_SYSFS=y | 93 | CONFIG_GPIO_SYSFS=y |
95 | # CONFIG_HWMON is not set | 94 | # CONFIG_HWMON is not set |
96 | CONFIG_WATCHDOG=y | 95 | CONFIG_WATCHDOG=y |