Kconfig.x86_64 522 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 64BIT
  8. bool
  9. default y
  10. #XXX: this is so in the underlying arch, but it's wrong!!!
  11. config RWSEM_GENERIC_SPINLOCK
  12. bool
  13. default y
  14. config 3_LEVEL_PGTABLES
  15. bool
  16. default y
  17. config ARCH_HAS_SC_SIGNALS
  18. bool
  19. default n
  20. config ARCH_REUSE_HOST_VSYSCALL_AREA
  21. bool
  22. default n
  23. config SMP_BROKEN
  24. bool
  25. default y
  26. config GENERIC_HWEIGHT
  27. bool
  28. default y
  29. config ARCH_SUPPORTS_AOUT
  30. def_bool y