Kconfig.i386 870 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 SEMAPHORE_SLEEPERS
  16. bool
  17. default y
  18. config 3_LEVEL_PGTABLES
  19. bool "Three-level pagetables (EXPERIMENTAL)"
  20. default n
  21. depends on EXPERIMENTAL
  22. help
  23. Three-level pagetables will let UML have more than 4G of physical
  24. memory. All the memory that can't be mapped directly will be treated
  25. as high memory.
  26. However, this it experimental on 32-bit architectures, so if unsure say
  27. N (on x86-64 it's automatically enabled, instead, as it's safe there).
  28. config ARCH_HAS_SC_SIGNALS
  29. bool
  30. default y
  31. config ARCH_REUSE_HOST_VSYSCALL_AREA
  32. bool
  33. default y
  34. config GENERIC_HWEIGHT
  35. bool
  36. default y
  37. config ARCH_SUPPORTS_AOUT
  38. def_bool y