diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-10-04 21:58:56 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-10-12 00:04:02 +0300 |
commit | 5a752ce5ba7adf9fe3589498804647ab91b14fa9 (patch) | |
tree | 3e75439547b36d771bffd11c1ee9b0e00bde2f1e /arch/arm/configs/qcom_defconfig | |
parent | e11bd3876afc092d2f24b588baae73259a86e049 (diff) | |
download | linux-5a752ce5ba7adf9fe3589498804647ab91b14fa9.tar.xz |
ARM: qcom_defconfig: Disable DEBUG_GPIO
GPIO debug spams the kernel log quite a bit, so remove this from the
default Qualcomm defconfig.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/configs/qcom_defconfig')
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 29d6795a71bf..68de1ddb744f 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -115,7 +115,6 @@ CONFIG_PINCTRL_MSM8X74=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PINCTRL_QCOM_SSBI_PMIC=y CONFIG_GPIOLIB=y -CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_MSM=y |