# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/target/server/kernel.conf
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
# the most common desktop system
|
|
CONFIG_SMP=n
|
|
CONFIG_X86_UP_APIC=y
|
|
CONFIG_X86_UP_IOAPIC=y
|
|
|
|
CONFIG_MODVERSIONS=y
|
|
|
|
# more recent boxes need ACPI ...
|
|
CONFIG_ACPI=y
|
|
CONFIG_ACPI_BUSMGR=y
|
|
CONFIG_ACPI_SYS=y
|
|
CONFIG_ACPI_CPU=y
|
|
CONFIG_ACPI_BUTTON=y
|
|
CONFIG_ACPI_AC=y
|
|
CONFIG_ACPI_EC=y
|
|
CONFIG_ACPI_CMBATT=y
|
|
CONFIG_ACPI_THERMAL=y
|
|
CONFIG_APM=y
|
|
|
|
# some embedded or server stuff
|
|
CONFIG_MTD=n
|
|
CONFIG_PHONE=n
|
|
CONFIG_FUSION=n
|
|
CONFIG_I2O=n
|
|
CONFIG_HAMRADIO=n
|
|
|
|
|
|
# make USB only system happy
|
|
|
|
CONFIG_INPUT=y
|
|
CONFIG_INPUT_EVDEV=y
|
|
CONFIG_INPUT_KEYBDEV=y
|
|
CONFIG_INPUT_MOUSEDEV=y
|
|
CONFIG_INPUT_JOYSTICK=y
|
|
CONFIG_INPUT_TOUCHSCREEN=m
|
|
CONFIG_INPUT_MISC=y
|
|
|
|
# improtant USB support
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DEVICEFS=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_UHCI=y
|
|
CONFIG_USB_OHCI=y
|
|
CONFIG_USB_HID=y
|
|
CONFIG_USB_HIDINPUT=y
|
|
CONFIG_USB_HIDDEV=y
|
|
|
|
# the usefull magic rq
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
|