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.

73 lines
1.8 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/server/kernel.conf
  9. # ROCK Linux is Copyright (C) 1998 - 2004 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. # the most common desktop system
  23. CONFIG_SMP=n
  24. CONFIG_X86_UP_APIC=y
  25. CONFIG_X86_UP_IOAPIC=y
  26. CONFIG_MODVERSIONS=y
  27. # more recent boxes need ACPI ...
  28. CONFIG_ACPI=y
  29. CONFIG_ACPI_BUSMGR=y
  30. CONFIG_ACPI_SYS=y
  31. CONFIG_ACPI_CPU=y
  32. CONFIG_ACPI_BUTTON=y
  33. CONFIG_ACPI_AC=y
  34. CONFIG_ACPI_EC=y
  35. CONFIG_ACPI_CMBATT=y
  36. CONFIG_ACPI_THERMAL=y
  37. CONFIG_APM=y
  38. # some embedded or server stuff
  39. CONFIG_MTD=n
  40. CONFIG_PHONE=n
  41. CONFIG_FUSION=n
  42. CONFIG_I2O=n
  43. CONFIG_HAMRADIO=n
  44. # make USB only system happy
  45. CONFIG_INPUT=y
  46. CONFIG_INPUT_EVDEV=y
  47. CONFIG_INPUT_KEYBDEV=y
  48. CONFIG_INPUT_MOUSEDEV=y
  49. CONFIG_INPUT_JOYSTICK=y
  50. CONFIG_INPUT_TOUCHSCREEN=m
  51. CONFIG_INPUT_MISC=y
  52. # improtant USB support
  53. CONFIG_USB=y
  54. CONFIG_USB_DEVICEFS=y
  55. CONFIG_USB_EHCI_HCD=y
  56. CONFIG_USB_UHCI=y
  57. CONFIG_USB_OHCI=y
  58. CONFIG_USB_HID=y
  59. CONFIG_USB_HIDINPUT=y
  60. CONFIG_USB_HIDDEV=y
  61. # the useful magic rq
  62. CONFIG_DEBUG_KERNEL=y
  63. CONFIG_MAGIC_SYSRQ=y