浏览代码

cmd: qfw: do not depend on x86

The qfw command interface used to depend on X86, this patch removes
this restriction so it can be built for sandbox for testing. For normal
usage, it can only be used with CONFIG_QEMU.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Miao Yan 9 年之前
父节点
当前提交
d6ccb14e5a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cmd/Kconfig

+ 0 - 1
cmd/Kconfig

@@ -595,7 +595,6 @@ config CMD_SOUND
 
 config CMD_QFW
 	bool "qfw"
-	depends on X86
 	select QFW
 	help
 	  This provides access to the QEMU firmware interface.  The main