diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-02-25 15:11:59 +0200 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2019-02-26 10:57:37 +0200 |
commit | f1860726efbaf1e2da7dfb2c2423251fa6bb6584 (patch) | |
tree | 00a9460423b09b5fb9d1932d49dd33a1adeab4b0 /arch/arm64/configs | |
parent | 72ee7df9314d0e866a1ac07363bdde665fdeeb1f (diff) |
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>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9c3d9ea7c035..e34cb2939a08 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 |