Kconfig.i386 826 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. menu "Host processor type and features"
  2. source "arch/x86/Kconfig.cpu"
  3. endmenu
  4. config UML_X86
  5. bool
  6. default y
  7. config X86_32
  8. bool
  9. default y
  10. config RWSEM_XCHGADD_ALGORITHM
  11. def_bool y
  12. config 64BIT
  13. bool
  14. default n
  15. config 3_LEVEL_PGTABLES
  16. bool "Three-level pagetables (EXPERIMENTAL)"
  17. default n
  18. depends on EXPERIMENTAL
  19. help
  20. Three-level pagetables will let UML have more than 4G of physical
  21. memory. All the memory that can't be mapped directly will be treated
  22. as high memory.
  23. However, this it experimental on 32-bit architectures, so if unsure say
  24. N (on x86-64 it's automatically enabled, instead, as it's safe there).
  25. config ARCH_HAS_SC_SIGNALS
  26. bool
  27. default y
  28. config ARCH_REUSE_HOST_VSYSCALL_AREA
  29. bool
  30. default y
  31. config GENERIC_HWEIGHT
  32. bool
  33. default y
  34. config ARCH_SUPPORTS_AOUT
  35. def_bool y