Newer
Older
barebox / arch / x86 / boot / Kconfig
@Juergen Beisert Juergen Beisert on 14 Jan 2010 267 bytes Add functions to be able to boot with BIOSs help
if X86_BIOS_BRINGUP

menu "BIOS boot source              "

config X86_HDBOOT
	bool "HD boot"
	help
	  Add code to boot from harddisk

config X86_VESA
	bool
	default y if X86_GENERIC_HAS_VIDEO

config X86_VGA
	bool
	default y if X86_GENERIC_HAS_VIDEO

endmenu

endif