diff options
| author | Miao Yan <[email protected]> | 2016-05-22 19:37:14 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-05-23 15:18:00 +0800 |
| commit | fcf5c04193b48c3f5e2d337a85d28c4026f90ac3 (patch) | |
| tree | e12caae1c4b0c8be7b91e45af6470b69910afec8 /drivers/misc/Makefile | |
| parent | d3ad06239291d89c1c598248d577cde5470ac1ee (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 5969d344441..4893086b72c 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -43,3 +43,4 @@ obj-$(CONFIG_PCA9551_LED) += pca9551_led.o obj-$(CONFIG_RESET) += reset-uclass.o obj-$(CONFIG_FSL_DEVICE_DISABLE) += fsl_devdis.o obj-$(CONFIG_WINBOND_W83627) += winbond_w83627.o +obj-$(CONFIG_QFW) += qemu_fw_cfg.o |
