# # 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