<div dir="ltr"><div><div>Wikipedia titles start with a capital letter, hence it is "Option ROM" but in the article, most references are "option ROM" and probably all references should be "option ROM".<br>
<br></div>option being lowercase because it is an English word, and ROM being uppercase because it is an acronym.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 2:44 PM, Paul Menzel <span dir="ltr"><<a href="mailto:paulepanter@users.sourceforge.net" target="_blank">paulepanter@users.sourceforge.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Date: Mon, 18 Mar 2013 14:42:12 +0100<br>
<br>
[1] <a href="http://en.wikipedia.org/wiki/Option_ROM" target="_blank">http://en.wikipedia.org/wiki/Option_ROM</a><br>
<br>
Signed-off-by: Paul Menzel <<a href="mailto:paulepanter@users.sourceforge.net">paulepanter@users.sourceforge.net</a>><br>
---<br>
 src/Kconfig |   16 ++++++++--------<br>
 1 file changed, 8 insertions(+), 8 deletions(-)<br>
<br>
diff --git a/src/Kconfig b/src/Kconfig<br>
index 3141069..5816cb4 100644<br>
--- a/src/Kconfig<br>
+++ b/src/Kconfig<br>
@@ -48,14 +48,14 @@ endchoice<br>
             Support running hardware initialization in parallel.<br>
     config THREAD_OPTIONROMS<br>
         depends on THREADS && !CSM<br>
-        bool "Hardware init during option ROM execution"<br>
+        bool "Hardware init during Option ROM execution"<br>
         default n<br>
         help<br>
-            Allow hardware init to run in parallel with optionrom execution.<br>
+            Allow hardware init to run in parallel with Option ROM execution.<br>
<br>
             This can reduce boot time, but can cause some timing<br>
-            variations during option ROM code execution.  It is not<br>
-            known if all option ROMs will behave properly with this<br>
+            variations during Option ROM code execution.  It is not<br>
+            known if all Option ROMs will behave properly with this<br>
             option.<br>
<br>
     config RELOCATE_INIT<br>
@@ -304,16 +304,16 @@ menu "BIOS interfaces"<br>
         help<br>
             Support PnP BIOS entry point.<br>
     config OPTIONROMS<br>
-        bool "Option ROMS"<br>
+        bool "Option ROMs"<br>
         default y<br>
         help<br>
-            Support finding and running option roms during POST.<br>
+            Support finding and running Option ROMs during POST.<br>
     config OPTIONROMS_DEPLOYED<br>
         depends on OPTIONROMS && QEMU<br>
-        bool "Option roms are already at 0xc0000-0xf0000"<br>
+        bool "Option ROMs are already at 0xc0000-0xf0000"<br>
         default n<br>
         help<br>
-            Select this if option ROMs are already copied to<br>
+            Select this if Option ROMs are already copied to<br>
             0xc0000-0xf0000.  This must only be selected when using<br>
             Bochs or QEMU versions older than 0.12.<br>
     config PMM<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.10.4<br>
</font></span><br>_______________________________________________<br>
SeaBIOS mailing list<br>
<a href="mailto:SeaBIOS@seabios.org">SeaBIOS@seabios.org</a><br>
<a href="http://www.seabios.org/mailman/listinfo/seabios" target="_blank">http://www.seabios.org/mailman/listinfo/seabios</a><br>
<br></blockquote></div><br></div>