From 62fa3399b46d5e2dd1515fac9fa4898ad4fd6f6a 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.10.110 Fixes: 19693838c82f ("hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER") Signed-off-by: Greg Kroah-Hartman Change-Id: I4affa0465e47119df2e83b78aec2c50ba25ed926 Signed-off-by: Greg Kroah-Hartman --- 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 36901bc73efd..1ea0c5939bb7 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -382,7 +382,6 @@ CONFIG_HVC_DCC=y CONFIG_HVC_DCC_SERIALIZE_SMP=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_I2C_COMPAT is not set