diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2011-01-05 02:27:53 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-01-05 02:27:53 +0000 |
commit | 1b342263f0d8546b4eb9ba235bd3cb6524c9ffec (patch) | |
tree | b65ce4d2dfac1e695c74c4a9e84777b48e27e7ad /src/console/Kconfig | |
parent | 355632bc318dca9a26627dec6831052045370089 (diff) |
move single options out of main menu and remove stray "options"
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6244 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 90bfe9caa7..296b668192 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -1,4 +1,4 @@ -menu "Console options" +menu "Console" # TODO: Rename to SERIAL_CONSOLE once Kconfig transition is complete. config CONSOLE_SERIAL8250 bool "Serial port console output" |