From 00394be8316a5510f310d07531efbad36915de50 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 5 Aug 2022 21:56:43 -0500 Subject: [PATCH] sunxi: Hide image type selection if SPL is disabled This choice is meaningless when SPL is disabled. Hide it to avoid any possible confusion. Signed-off-by: Samuel Holland --- board/sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 084a8b0c6ca..42f61df5c54 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -1,5 +1,6 @@ choice prompt "SPL Image Type" + depends on SPL default SPL_IMAGE_TYPE_SUNXI_EGON config SPL_IMAGE_TYPE_SUNXI_EGON