coreboot/src/console
Uwe Hermann 5ec2c2b998 Various Kconfig and Makefile.inc fixes and cosmetics.
- Whitespace fixes, remove trailing whitespace, use TABs for identation
   (except in Kconfig "help" lines, which start with one TAB and two spaces
   as per Linux kernel style)

 - Kconfig: Standardize on 'bool' (not 'boolean').

 - s/lar/cbfs/ in one Kconfig help string.

 - Reword various Kconfig menu entries for a more usable and consistent menu.

 - Fix incorrect comment of NO_RUN in devices/Kconfig.

 - superio/serverengines/Kconfig: Incorrect config name.

 - superio/Makefile.inc: s/serverengine/serverengines/.

 - superio/intel/Kconfig: s/SUPERIO_FINTEK_I3100/SUPERIO_INTEL_I3100/.

 - mainboard/via/vt8454c/Kconfig: Fix copy-paste error in help string.

 - mainboard/via/epia-n/Kconfig: Fix "bool" menu text.

 - console/Kconfig: Don't mention defaults in the menu string, kconfig
   already displays them anyway.

 - Kill "Drivers" menu for now, it only confuses users as long as it's emtpy.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-08-25 00:53:22 +00:00
..
btext_console.c Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
Config.lb Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
console.c Kconfig! 2009-08-12 15:00:51 +00:00
font-8x16.c btext fix 2004-12-16 02:44:25 +00:00
Kconfig Various Kconfig and Makefile.inc fixes and cosmetics. 2009-08-25 00:53:22 +00:00
logbuf_console.c Another CONSTification... 2007-10-24 14:42:12 +00:00
Makefile.inc Various Kconfig and Makefile.inc fixes and cosmetics. 2009-08-25 00:53:22 +00:00
printk.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
uart8250_console.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
usbdebug_direct_console.c Some USB debug updates, mostly comments fixing, license header updates 2009-07-21 21:20:45 +00:00
vga_console.c Implement native VGA Support. 2009-05-29 03:04:16 +00:00
vsprintf.c trivial typo in a comment 2009-07-26 15:05:40 +00:00
vtxprintf.c smaller changes to silence build warnings. (trivial) 2007-10-24 11:12:15 +00:00