From 1b342263f0d8546b4eb9ba235bd3cb6524c9ffec Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 5 Jan 2011 02:27:53 +0000 Subject: move single options out of main menu and remove stray "options" Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6244 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig.deprecated_options | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Kconfig.deprecated_options') diff --git a/src/Kconfig.deprecated_options b/src/Kconfig.deprecated_options index f6f6a4bedf..aa32d0d864 100644 --- a/src/Kconfig.deprecated_options +++ b/src/Kconfig.deprecated_options @@ -2,6 +2,8 @@ # if possible, and if you find the time, or touch the general area # for other purposes, please consider removing their uses. +menu "Deprecated" + # It might be possible to consolidate hard_reset() to southbridges, # given that it (usually) uses its registers. # The long term goal would be to eliminate hard_reset() from boards. @@ -49,3 +51,4 @@ config DRIVERS_PS2_KEYBOARD this option, then you can say N here to speed up boot time. Otherwise say Y. +endmenu -- cgit v1.2.3