mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
* small warnings fixes Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@93 f3766cd6-281f-0410-b1cd-43a5c92072e9
14 lines
242 B
Text
14 lines
242 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
|
|
|
|
source lib/Kconfig
|
|
|
|
source console/Kconfig
|