diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-05-28 11:01:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-05-28 11:01:39 -0400 |
commit | cdf76c2073c785c4c0af4a29751769bf89114252 (patch) | |
tree | a4f954e9b67c6074c6f5af86c043a86e6b89a5c9 | |
parent | 299dc1344867b56c9ba7ec0be2add22f0ec7fe0b (diff) | |
download | seabios-cdf76c2073c785c4c0af4a29751769bf89114252.zip seabios-cdf76c2073c785c4c0af4a29751769bf89114252.tar.gz seabios-cdf76c2073c785c4c0af4a29751769bf89114252.tar.bz2 |
Only show CONFIG_PS2_KEYBOARD_SPINUP when CONFIG_COREBOOT.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |