diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 9ac522a40130..f8f6929d8f25 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -237,6 +237,16 @@ config UID16 | |||
237 | help | 237 | help |
238 | This enables the legacy 16-bit UID syscall wrappers. | 238 | This enables the legacy 16-bit UID syscall wrappers. |
239 | 239 | ||
240 | config VM86 | ||
241 | depends X86 | ||
242 | default y | ||
243 | bool "Enable VM86 support" if EMBEDDED | ||
244 | help | ||
245 | This option is required by programs like DOSEMU to run 16-bit legacy | ||
246 | code on X86 processors. It also may be needed by software like | ||
247 | XFree86 to initialize some video cards via BIOS. Disabling this | ||
248 | option saves about 6k. | ||
249 | |||
240 | config CC_OPTIMIZE_FOR_SIZE | 250 | config CC_OPTIMIZE_FOR_SIZE |
241 | bool "Optimize for size (Look out for broken compilers!)" | 251 | bool "Optimize for size (Look out for broken compilers!)" |
242 | default y | 252 | default y |