efi_loader: log messages for bootefi command
[platform/kernel/u-boot.git] / cmd / Kconfig
index 23d7e27..0761dbb 100644 (file)
@@ -270,6 +270,12 @@ config SPL_CMD_TLV_EEPROM
        help
          Read system EEPROM data block in ONIE Tlvinfo format from SPL.
 
+config CMD_SBI
+       bool "sbi"
+       depends on RISCV_SMODE && SBI_V02
+       help
+         Display information about the SBI implementation.
+
 endmenu
 
 menu "Boot commands"
@@ -854,7 +860,7 @@ config CMD_ARMFLASH
 config CMD_ADC
        bool "adc - Access Analog to Digital Converters info and data"
        select ADC
-       select DM_REGULATOR
+       depends on DM_REGULATOR
        help
          Shows ADC device info and permit printing one-shot analog converted
          data from a named Analog to Digital Converter.
@@ -1370,6 +1376,13 @@ config CMD_USB_MASS_STORAGE
        help
          USB mass storage support
 
+config CMD_PVBLOCK
+       bool "Xen para-virtualized block device"
+       depends on XEN
+       select PVBLOCK
+       help
+         Xen para-virtualized block device support
+
 config CMD_VIRTIO
        bool "virtio"
        depends on VIRTIO