From 12089b6db83d6317d5379bf660fed4ea9d56ab1c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 13 Apr 2022 09:52:50 +0200 Subject: [PATCH] ANDROID: remove CONFIG_HW_RANDOM_CAVIUM from arm64 gki_defconfig This is not needed to be specified in the gki_defconfig file anymore as the dependancies are properly fixed up in 5.15.33 Fixes: 046f1499aef8 ("hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER") Signed-off-by: Greg Kroah-Hartman Change-Id: I4affa0465e47119df2e83b78aec2c50ba25ed926 --- arch/arm64/configs/gki_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 75ae1dc3e46c..e05677f743e8 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -389,7 +389,6 @@ CONFIG_SERIAL_SPRD_CONSOLE=y CONFIG_HVC_DCC=y CONFIG_SERIAL_DEV_BUS=y CONFIG_HW_RANDOM=y -# CONFIG_HW_RANDOM_CAVIUM is not set # CONFIG_DEVMEM is not set # CONFIG_DEVPORT is not set CONFIG_RANDOM_TRUST_CPU=y