1234567891011121314151617181920 |
- #
- # For a description of the syntax of this configuration file,
- # see Documentation/kbuild/kconfig-language.txt.
- #
- # Note: ISA is disabled and will hopefully never be enabled.
- # If you managed to buy an ISA x86-64 box you'll have to fix all the
- # ISA drivers you need yourself.
- #
- mainmenu "Linux Kernel Configuration"
- config X86_64
- bool
- default y
- help
- Port to the x86-64 architecture. x86-64 is a 64-bit extension to the
- classical 32-bit x86 architecture. For details see
- <http://www.x86-64.org/>.
- source "arch/x86/Kconfig"
|