mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Make the Kconfig descriptions fit in an 80x25 terminal.
Fixed some minor cosmetic issues (trivial). 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@46 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
4a133b426c
commit
52b6279f45
1 changed files with 4 additions and 2 deletions
|
@ -19,11 +19,13 @@ config BIOS
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Build the rest of the BIOS. This includes memory init, device init, PCI init, and so on.
|
Build the rest of the BIOS. This includes memory init, device
|
||||||
|
init, PCI init, and so on.
|
||||||
|
|
||||||
config UNCOMPRESSORS
|
config UNCOMPRESSORS
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Build the various uncompressors found in the uncompressors directory
|
Build the various uncompressors found in the uncompressors
|
||||||
|
directory.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue