riscv: enable CONFIG_CMD_SBI for QEMU boards
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 23 Mar 2022 21:46:43 +0000 (22:46 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 6 Apr 2022 01:40:05 +0000 (09:40 +0800)
Let CONFIG_TARGET_QEMU_VIRT imply CONFIG_CMD_SBI.

The sbi command provides detailed information about the SBI.
It is useful to test the discovery of extensions.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/emulation/qemu-riscv/Kconfig

index 02bf847..d8c57e6 100644 (file)
@@ -37,6 +37,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply SPL_RAM_DEVICE
        imply CMD_PCI
        imply CMD_POWEROFF
+       imply CMD_SBI
        imply CMD_SCSI
        imply CMD_PING
        imply CMD_EXT2