Kconfig.x86_64 617 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_FIND_FIRST_BIT
  27. bool
  28. default y
  29. config GENERIC_FIND_NEXT_BIT
  30. bool
  31. default y
  32. config GENERIC_HWEIGHT
  33. bool
  34. default y
  35. config ARCH_SUPPORTS_AOUT
  36. def_bool y