From 220aa234f64ebd85875cb72e7380eee0c95c7581 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 8 Jul 2022 11:47:26 +0200 Subject: [PATCH] ANDROID: GKI: remove CONFIG_RANDOM_TRUST_CPU=y from gki_defconfig In commit 846bb97e131d ("random: credit cpu and bootloader seeds by default") this option is now the default, so no need to explicitly set it. Fix the build breakage by removing it from the gki_defconfig files. Fixes: 846bb97e131d ("random: credit cpu and bootloader seeds by default") Signed-off-by: Greg Kroah-Hartman Change-Id: Ibb54fc5c34cf249a8acfa45a373d587fbe2c393a --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 3ce378f3e7f2..1f67a674e800 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -378,7 +378,6 @@ CONFIG_SERIAL_DEV_BUS=y CONFIG_HW_RANDOM=y # CONFIG_DEVMEM is not set # CONFIG_DEVPORT is not set -CONFIG_RANDOM_TRUST_CPU=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I3C=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 672057360bb5..253ffe4fa45e 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -345,7 +345,6 @@ CONFIG_HW_RANDOM=y # CONFIG_DEVMEM is not set # CONFIG_DEVPORT is not set CONFIG_HPET=y -CONFIG_RANDOM_TRUST_CPU=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I3C=y