Submitter | ron minnich |
---|---|
Date | 2009-10-01 22:12:37 |
Message ID | <13426df10910011512h4234d07fna29d0a59914eeca9@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/320/ |
State | Accepted |
Headers | show |
Comments
ron minnich wrote: > Add these two booleans. Sockets or CPUs (NOT MAINBOARDS!) should set > them if they are available. Maybe put this note in the help text for the options? Not neccessary, just an idea. > Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Yeah! Acked-by: Peter Stuge <peter@stuge.se>
Patch
Add these two booleans. Sockets or CPUs (NOT MAINBOARDS!) should set them if they are available. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Index: src/cpu/Kconfig =================================================================== --- src/cpu/Kconfig (revision 4698) +++ src/cpu/Kconfig (working copy) @@ -29,3 +29,12 @@ config CPU_SOCKET_TYPE hex default 0 + +config MMX + bool + default n + +config SSE + bool + default n +