x86: Move VGA option rom macros to Kconfig
Move X86_OPTION_ROM_FILE & X86_OPTION_ROM_ADDR to arch/x86/Kconfig and rename them to VGA_BIOS_FILE & VGA_BIOS_ADDR which depend on HAVE_VGA_BIOS. The new names are consistent with other x86 binary blob options like HAVE_FSP/FSP_FILE/FSP_ADDR. Signed-off-by:Bin Meng <bmeng.cn@gmail.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- Makefile 2 additions, 2 deletionsMakefile
- arch/x86/Kconfig 22 additions, 0 deletionsarch/x86/Kconfig
- configs/chromebook_link_defconfig 1 addition, 0 deletionsconfigs/chromebook_link_defconfig
- configs/chromebox_panther_defconfig 1 addition, 0 deletionsconfigs/chromebox_panther_defconfig
- configs/minnowmax_defconfig 1 addition, 0 deletionsconfigs/minnowmax_defconfig
- doc/README.x86 1 addition, 1 deletiondoc/README.x86
- drivers/pci/pci_rom.c 2 additions, 2 deletionsdrivers/pci/pci_rom.c
- include/configs/minnowmax.h 0 additions, 3 deletionsinclude/configs/minnowmax.h
- include/configs/x86-chromebook.h 0 additions, 3 deletionsinclude/configs/x86-chromebook.h
Loading
Please register or sign in to comment