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.

110 lines
1.9 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 useful
  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 for 2.5/6 we do want the ALSA OSS emulation ...
  42. dnl
  43. CONFIG_SND_OSSEMUL=m
  44. dnl Input devices
  45. dnl
  46. CONFIG_INPUT=y
  47. CONFIG_INPUT_EVDEV=y
  48. CONFIG_INPUT_KEYBDEV=y
  49. CONFIG_INPUT_MOUSEDEV=y
  50. CONFIG_INPUT_JOYSTICK=m
  51. CONFIG_INPUT_TOUCHSCREEN=m
  52. CONFIG_INPUT_MISC=y
  53. dnl USB drivers
  54. dnl
  55. CONFIG_USB=y
  56. CONFIG_USB_DEVICEFS=y
  57. CONFIG_USB_EHCI_HCD=y
  58. CONFIG_USB_UHCI=y
  59. CONFIG_USB_UHCI_ALT=n
  60. CONFIG_USB_OHCI=y
  61. CONFIG_USB_HID=y
  62. CONFIG_USB_HIDINPUT=y
  63. CONFIG_USB_HIDDEV=y
  64. dnl Crypto API
  65. dnl
  66. CONFIG_CRYPTO=y
  67. dnl Console (FB) Options
  68. dnl
  69. CONFIG_VGA_CONSOLE=y
  70. CONFIG_VIDEO_SELECT=y
  71. CONFIG_FB=y
  72. CONFIG_FB_VESA=y
  73. dnl Console (Serial) Options
  74. dnl
  75. CONFIG_SERIAL=y
  76. CONFIG_SERIAL_CONSOLE=y
  77. dnl Video for Linux
  78. dnl
  79. CONFIG_VIDEO_DEV=m
  80. CONFIG_VIDEO_PROC_FS=y
  81. dnl The AGP support can be modular
  82. dnl
  83. CONFIG_AGP=y
  84. dnl Disable kernel DRM drivers (they are usually outdated so
  85. dnl we use the seperate linux driver package from XFree86)
  86. dnl
  87. # CONFIG_DRM is not set
  88. dnl The 2.6 kernel has several debugging options enabled
  89. dnl
  90. # CONFIG_FRAME_POINTER is not set