CRYPTO_DRBG_MENU Kconfig option is dependant on CRYPTO_DRBG_CTR. Select CRYPTO_DRBG_MENU to fix warning reported by kernel test robot. Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202505301900.Ufegky8f-lkp@xxxxxxxxx/ Signed-off-by: Harsh Jain <h.jain@xxxxxxx> --- drivers/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 1bbac5298ffa..cfbc06451fec 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -714,6 +714,7 @@ config CRYPTO_DEV_TEGRA config CRYPTO_DEV_XILINX_TRNG tristate "Support for Xilinx True Random Generator" depends on ZYNQMP_FIRMWARE || COMPILE_TEST + select CRYPTO_DRBG_MENU select CRYPTO_DRBG_CTR select CRYPTO_RNG select HW_RANDOM -- 2.34.1