config.in
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/config-language.txt.
  4. #
  5. define_bool CONFIG_ISA n
  6. define_bool CONFIG_EISA n
  7. define_bool CONFIG_MCA n
  8. define_bool CONFIG_UID16 y
  9. define_bool CONFIG_RWSEM_GENERIC_SPINLOCK y
  10. define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM n
  11. define_bool CONFIG_GENERIC_BUST_SPINLOCK n
  12. mainmenu_name "Linux Kernel Configuration"
  13. define_bool CONFIG_ARCH_S390 y
  14. mainmenu_option next_comment
  15. comment 'Code maturity level options'
  16. bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
  17. endmenu
  18. mainmenu_option next_comment
  19. comment 'Loadable module support'
  20. bool 'Enable loadable module support' CONFIG_MODULES
  21. if [ "$CONFIG_MODULES" = "y" ]; then
  22.    bool '  Set version information on all module symbols' CONFIG_MODVERSIONS
  23.    bool '  Kernel module loader' CONFIG_KMOD
  24. fi
  25. endmenu
  26. mainmenu_option next_comment
  27. comment 'Processor type and features'
  28. bool 'Symmetric multi-processing support' CONFIG_SMP
  29. bool 'IEEE FPU emulation' CONFIG_MATHEMU
  30. endmenu
  31. mainmenu_option next_comment
  32. comment 'General setup'
  33. bool 'Fast IRQ handling' CONFIG_FAST_IRQ
  34. bool 'Builtin IPL record support' CONFIG_IPL
  35. if [ "$CONFIG_IPL" = "y" ]; then
  36.   choice 'IPL method generated into head.S' 
  37.           "tape                   CONFIG_IPL_TAPE 
  38.            vm_reader              CONFIG_IPL_VM" tape
  39. fi
  40. bool 'Networking support' CONFIG_NET
  41. bool 'System V IPC' CONFIG_SYSVIPC
  42. bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
  43. bool 'Sysctl support' CONFIG_SYSCTL
  44. define_bool CONFIG_KCORE_ELF y
  45. tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
  46. tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
  47. bool 'Show crashed user process info' CONFIG_PROCESS_DEBUG
  48. bool 'Pseudo page fault support' CONFIG_PFAULT
  49. bool 'VM shared kernel support' CONFIG_SHARED_KERNEL
  50. endmenu
  51. source drivers/s390/Config.in
  52. if [ "$CONFIG_NET" = "y" ]; then
  53.   source net/Config.in
  54. fi
  55. source fs/Config.in
  56. mainmenu_option next_comment
  57. comment 'Kernel hacking'
  58. #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
  59. #if [ "$CONFIG_CTC" = "y" ]; then
  60. #  bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
  61. #fi
  62. bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
  63. endmenu