mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@181 f3766cd6-281f-0410-b1cd-43a5c92072e9
22 lines
428 B
Text
22 lines
428 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
|
|
#
|
|
|
|
mainmenu "LinuxBIOS Configuration"
|
|
|
|
source mainboard/Kconfig
|
|
source arch/Kconfig
|
|
source lib/Kconfig
|
|
source console/Kconfig
|
|
|
|
menu "Payload"
|
|
|
|
config PAYLOAD
|
|
string "Payload path and filename"
|
|
default "filo.elf"
|
|
help
|
|
The path and filename of the LinuxBIOS payload to use.
|
|
|
|
endmenu
|
|
|