diff options
| author | Miao Yan <yanmiaobest@gmail.com> | 2016-05-22 19:37:14 -0700 |
|---|---|---|
| committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-23 15:18:00 +0800 |
| commit | fcf5c04193b48c3f5e2d337a85d28c4026f90ac3 (patch) | |
| tree | e12caae1c4b0c8be7b91e45af6470b69910afec8 /drivers/misc/Kconfig | |
| parent | d3ad06239291d89c1c598248d577cde5470ac1ee (diff) | |
| download | u-boot-fcf5c04193b48c3f5e2d337a85d28c4026f90ac3.tar.gz u-boot-fcf5c04193b48c3f5e2d337a85d28c4026f90ac3.tar.xz u-boot-fcf5c04193b48c3f5e2d337a85d28c4026f90ac3.zip | |
x86: qemu: split qfw command interface and qfw core
This patch splits qfw command interface and qfw core function into two
files, and introduces a new Kconfig option (CONFIG_QFW) for qfw core.
Now when qfw command interface is enabled, it will automatically select
qfw core. This patch also makes the ACPI table generation select
CONFIG_QFW.
Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index af8667f030..fa537002d4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -138,4 +138,10 @@ config WINBOND_W83627 legacy UART or other devices in the Winbond Super IO chips on X86 platforms. +config QFW + bool + help + Hidden option to enable QEMU fw_cfg interface. This will be selected by + either CONFIG_CMD_QEMU_FW_CFG or CONFIG_GENERATE_ACPI_TABLE. + endmenu |
