mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@52 f3766cd6-281f-0410-b1cd-43a5c92072e9
33 lines
678 B
Text
33 lines
678 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see Documentation/kbuild/kconfig-language.txt.
|
|
#
|
|
|
|
mainmenu "LinuxBIOS Configuration"
|
|
|
|
source mainboard/Kconfig
|
|
|
|
source arch/Kconfig
|
|
|
|
config BOOTFLASH
|
|
bool
|
|
default y
|
|
help
|
|
Build the BOOTFLASH area. This includes all the reset vector,
|
|
Cache-As-Ram (CAR) code, early device setup, and the code that
|
|
parses the "file system" in the non-BOOTFLASH area.
|
|
|
|
config BIOS
|
|
bool
|
|
default y
|
|
help
|
|
Build the rest of the BIOS. This includes memory init, device
|
|
init, PCI init, and so on.
|
|
|
|
config UNCOMPRESSORS
|
|
bool
|
|
default y
|
|
help
|
|
Build the various uncompressors found in the uncompressors
|
|
directory.
|
|
|