From: Kevin O'Connor Date: Sat, 28 May 2011 15:01:39 +0000 (-0400) Subject: Only show CONFIG_PS2_KEYBOARD_SPINUP when CONFIG_COREBOOT. X-Git-Tag: rel-1.6.3~88 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cdf76c2073c785c4c0af4a29751769bf89114252;p=seabios.git Only show CONFIG_PS2_KEYBOARD_SPINUP when CONFIG_COREBOOT. Signed-off-by: Kevin O'Connor --- diff --git a/src/Kconfig b/src/Kconfig index 2195bad..15485ac 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -126,7 +126,7 @@ menu "Hardware support" help Support PS2 ports (keyboard and mouse). config PS2_KEYBOARD_SPINUP - depends on PS2PORT + depends on PS2PORT && COREBOOT int "Extra time (in ms) to allow a keyboard to initialize" default 0 help