ANDROID: GKI: remove CONFIG_RANDOM_TRUST_CPU=y from gki_defconfig
In commiteeadd7db8c("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:eeadd7db8c("random: credit cpu and bootloader seeds by default") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ibb54fc5c34cf249a8acfa45a373d587fbe2c393a
This commit is contained in:
@@ -395,7 +395,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
|
||||
|
||||
@@ -356,7 +356,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
|
||||
|
||||
Reference in New Issue
Block a user