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.

95 lines
2.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/target/livecd/kernel.conf
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. # boot, damn it!
  23. CONFIG_X86_GENERIC=y
  24. # FireWire support
  25. CONFIG_IEEE1394=y
  26. CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y
  27. CONFIG_IEEE1394_CONFIG_ROM_IP1394=y
  28. CONFIG_IEEE1394_OHCI1394=y
  29. CONFIG_IEEE1394_SBP2=y
  30. #enough space for a few modules
  31. CONFIG_BLK_DEV_RAM_SIZE=8192
  32. # enable squashfs
  33. CONFIG_SQUASHFS=y
  34. # the useful magic rq
  35. CONFIG_DEBUG_KERNEL=y
  36. CONFIG_MAGIC_SYSRQ=y
  37. # this is mandatory
  38. CONFIG_BLK_DEV_IDECD=y
  39. # Console drivers
  40. CONFIG_VGA_CONSOLE=y
  41. CONFIG_VIDEO_SELECT=y
  42. CONFIG_FB=y
  43. CONFIG_FB_VESA=y
  44. CONFIG_FRAMEBUFFER_CONSOLE=y
  45. CONFIG_LOGO=y
  46. CONFIG_LOGO_LINUX_CLUT224=y
  47. #eek! this ovverides all others! evil!
  48. CONFIG_FB_VGA16=n
  49. # agp already needed for some vga cards
  50. CONFIG_AGP=y
  51. CONFIG_AGP_INTEL=y
  52. CONFIG_AGP_I810=y
  53. CONFIG_AGP_VIA=y
  54. CONFIG_AGP_AMD=y
  55. CONFIG_AGP_AMD_K8=y
  56. CONFIG_AGP_SIS=y
  57. CONFIG_AGP_ALI=y
  58. CONFIG_AGP_SWORKS=y
  59. CONFIG_AGP_NVIDIA=y
  60. CONFIG_AGP_ATI=y
  61. # drm
  62. CONFIG_DRM=m
  63. CONFIG_DRM_NEW=m
  64. CONFIG_DRM_TDFX=m
  65. CONFIG_DRM_GAMMA=m
  66. CONFIG_DRM_R128=m
  67. CONFIG_DRM_RADEON=m
  68. CONFIG_DRM_I810=m
  69. CONFIG_DRM_I810_XFREE_41=m
  70. CONFIG_DRM_I830=m
  71. CONFIG_DRM_MGA=m
  72. CONFIG_DRM_SIS=m
  73. # SCSI support
  74. CONFIG_BLK_DEV_SD=y
  75. CONFIG_BLK_DEV_SR=y
  76. CONFIG_CHR_DEV_SG=y
  77. CONFIG_SCSI_PROC_FS=y
  78. # no MD
  79. CONFIG_MD=n
  80. # no oss!
  81. CONFIG_SOUND_PRIME=n
  82. CONFIG_DMASOUND_PMAC=n