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.

94 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/desktop/kernel.conf
  9. # ROCK Linux is Copyright (C) 1998 - 2003 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. CONFIG_SMP=n
  23. CONFIG_X86_UP_APIC=y
  24. CONFIG_X86_UP_IOAPIC=y
  25. CONFIG_MODVERSIONS=y
  26. # more recent boxes need ACPI ...
  27. CONFIG_ACPI=y
  28. # CONFIG_ACPI_HT_ONLY is not set
  29. CONFIG_ACPI_BOOT=y
  30. CONFIG_ACPI_BUS=y
  31. # BUSMGR and SYS are for old 2.4 kernels
  32. CONFIG_ACPI_BUSMGR=y
  33. CONFIG_ACPI_SYS=y
  34. CONFIG_ACPI_CPU=y
  35. CONFIG_ACPI_EC=y
  36. CONFIG_ACPI_CMBATT=y
  37. CONFIG_ACPI_INTERPRETER=y
  38. CONFIG_ACPI_EC=y
  39. CONFIG_ACPI_POWER=y
  40. CONFIG_ACPI_PCI=y
  41. CONFIG_ACPI_SLEEP=y
  42. CONFIG_ACPI_SYSTEM=y
  43. CONFIG_ACPI_AC=y
  44. CONFIG_ACPI_BATTERY=y
  45. # CMBAT is for old 2.4 kernels
  46. CONFIG_ACPI_CMBATT=y
  47. CONFIG_ACPI_BUTTON=y
  48. CONFIG_ACPI_FAN=y
  49. CONFIG_ACPI_PROCESSOR=y
  50. CONFIG_ACPI_THERMAL=y
  51. CONFIG_APM=y
  52. # some embedded or server stuff
  53. CONFIG_MTD=n
  54. CONFIG_PHONE=n
  55. CONFIG_FUSION=n
  56. CONFIG_I2O=n
  57. CONFIG_HAMRADIO=n
  58. # parport
  59. CONFIG_PARPORT_PC_FIFO=y
  60. CONFIG_PARPORT_PC_SUPERIO=y
  61. CONFIG_PARPORT_OTHER=y
  62. # make USB only system happy
  63. CONFIG_INPUT=y
  64. CONFIG_INPUT_EVDEV=y
  65. CONFIG_INPUT_KEYBDEV=y
  66. CONFIG_INPUT_MOUSEDEV=y
  67. CONFIG_INPUT_JOYSTICK=y
  68. CONFIG_INPUT_TOUCHSCREEN=m
  69. CONFIG_INPUT_MISC=y
  70. # improtant USB support
  71. CONFIG_USB=y
  72. CONFIG_USB_DEVICEFS=y
  73. CONFIG_USB_EHCI_HCD=y
  74. CONFIG_USB_UHCI=y
  75. ONFIG_USB_OHCI=y
  76. ONFIG_USB_HID=y
  77. CONFIG_USB_HIDINPUT=y
  78. CONFIG_USB_HIDDEV=y
  79. # the useful magic rq
  80. CONFIG_DEBUG_KERNEL=y
  81. CONFIG_MAGIC_SYSRQ=y