64-bit kernel
编译64位内核.本文仅讲述x86_64(AMD64)平台的内核编译,所以这个是必选项.
General setup 常规设置
Enable loadable module support 可加载模块支持
Enable the block layer 块设备支持
Processor type and features 中央处理器(CPU)类型及特性
Power management and ACPI options 电源管理和ACPI选项
Bus options (PCI etc.) 总线选项
Executable file formats / Emulations 可执行文件格式/仿真
Networking support 网络支持
Device Drivers 设备驱动程序
File systems 文件系统
Kernel hacking 内核hack选项
Security options 安全选项
Cryptographic API 内核加密API支持
Virtualization 虚拟化支持
Library routines 库子程序
详细的配置参数解释在链接中,写的非常详细
http://blog.csdn.net/wdsfup/article/details/52302142