mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
1.8 KiB

  1. dnl Enable experimental features (like DevFS ;-)
  2. dnl
  3. CONFIG_EXPERIMENTAL=y
  4. dnl On default we build SMP kernels and mods
  5. dnl
  6. CONFIG_SMP=y
  7. dnl Enable modules
  8. dnl
  9. CONFIG_MODULES=y
  10. CONFIG_MODULE_UNLOAD=y
  11. # CONFIG_MODULE_FORCE_UNLOAD is not set
  12. # CONFIG_MODVERSIONS is not set
  13. CONFIG_KMOD=y
  14. dnl Loopback device can always be usefull
  15. dnl
  16. CONFIG_BLK_DEV_LOOP=y
  17. dnl We need initrd for install system and other stuff
  18. dnl
  19. CONFIG_BLK_DEV_RAM=y
  20. CONFIG_BLK_DEV_INITRD=y
  21. dnl Enable PCMCIA (PC-Card) as modules
  22. dnl
  23. CONFIG_PCMCIA=m
  24. CONFIG_CARDBUS=y
  25. CONFIG_TCIC=y
  26. CONFIG_TCIC=y
  27. CONFIG_I82092=y
  28. CONFIG_I82365=y
  29. dnl Misc stuff
  30. CONFIG_PCI_NAMES=y
  31. CONFIG_BINFMT_AOUT=m
  32. CONFIG_BINFMT_MISC=m
  33. dnl Math emulation in the default kernel
  34. dnl (we could also run this on an old 386)
  35. dnl
  36. CONFIG_MATH_EMULATION=y
  37. dnl Sound system
  38. dnl (module support is enought - default is y ...)
  39. dnl
  40. CONFIG_SOUND=m
  41. dnl Input devices
  42. dnl
  43. CONFIG_INPUT=y
  44. CONFIG_INPUT_EVDEV=y
  45. CONFIG_INPUT_KEYBDEV=y
  46. CONFIG_INPUT_MOUSEDEV=y
  47. CONFIG_INPUT_JOYSTICK=m
  48. CONFIG_INPUT_TOUCHSCREEN=m
  49. CONFIG_INPUT_MISC=y
  50. dnl USB drivers
  51. dnl
  52. CONFIG_USB=y
  53. CONFIG_USB_DEVICEFS=y
  54. CONFIG_USB_EHCI_HCD=y
  55. CONFIG_USB_UHCI=y
  56. CONFIG_USB_UHCI_ALT=n
  57. CONFIG_USB_OHCI=y
  58. CONFIG_USB_HID=y
  59. CONFIG_USB_HIDINPUT=y
  60. CONFIG_USB_HIDDEV=y
  61. dnl Crypto API
  62. dnl
  63. CONFIG_CRYPTO=y
  64. dnl Console (FB) Options
  65. dnl
  66. CONFIG_VGA_CONSOLE=y
  67. CONFIG_VIDEO_SELECT=y
  68. CONFIG_FB=y
  69. CONFIG_FB_VESA=y
  70. dnl Console (Serial) Options
  71. dnl
  72. CONFIG_SERIAL=y
  73. CONFIG_SERIAL_CONSOLE=y
  74. dnl Video for Linux
  75. dnl
  76. CONFIG_VIDEO_DEV=m
  77. CONFIG_VIDEO_PROC_FS=y
  78. dnl Disable kernel DRM drivers (they are usually outdated so
  79. dnl we use the seperate linux driver package from XFree86)
  80. dnl
  81. # CONFIG_DRM is not set
  82. dnl Other useful stuff
  83. dnl
  84. CONFIG_RTC=y
  85. dnl The 2.6 kernel has several debugging options enabled
  86. dnl
  87. # CONFIG_FRAME_POINTER is not set