Same approach as in barebox packages.

Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 platforms/u-boot.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 53db146e1..9163a8378 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -1,6 +1,11 @@
 ## SECTION=bootloader
 
+config U_BOOT_DEPENDENCIES
+       tristate
+       select VIRTUAL
+
 menuconfig U_BOOT
+       select U_BOOT_DEPENDENCIES
        select BOOTLOADER
        select HOST_SYSTEM_PYTHON3
        select HOST_OPENSSL             if U_BOOT_NEEDS_HOST_OPENSSL
-- 
2.39.2


Reply via email to