From f1860726efbaf1e2da7dfb2c2423251fa6bb6584 Mon Sep 17 00:00:00 2001
From: Leonard Crestez <leonard.crestez@nxp.com>
Date: Mon, 25 Feb 2019 15:11:59 +0200
Subject: [PATCH] MLK-20964-1: arm64: defconfig: Remove explicit RC_CORE=y

Since CONFIG_IR_GPIO_CIR=y depends on RC_CORE we shouldn't explicitly
define CONFIG_RC_CORE=y in defconfig, otherwise it generates a
difference between the output of "make savedefconfig" and the actual
defconfig.

Fixes: 35c88640b846 ("MLK-20946-3: arm64: defconfig: add IR support for imx8")

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9c3d9ea7c035e3..e34cb2939a085d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -432,7 +432,6 @@ CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_BD71837=y
-CONFIG_RC_CORE=y
 CONFIG_RC_DEVICES=y
 CONFIG_IR_GPIO_CIR=y
 CONFIG_MEDIA_SUPPORT=y
-- 
GitLab