From 2aff8c2b7e96a189162947ff0385ed4b5e4ee7a1 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 25 Aug 2003 15:20:07 +0000 Subject: [PATCH] the new kernel.conf file ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1182 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/desktop/kernel.conf | 97 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 target/desktop/kernel.conf diff --git a/target/desktop/kernel.conf b/target/desktop/kernel.conf new file mode 100644 index 000000000..92684bc9f --- /dev/null +++ b/target/desktop/kernel.conf @@ -0,0 +1,97 @@ + +# --- 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/desktop/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 --- + +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_HT_ONLY is not set +CONFIG_ACPI_BOOT=y +CONFIG_ACPI_BUS=y +# BUSMGR and SYS are for old 2.4 kernels +CONFIG_ACPI_BUSMGR=y +CONFIG_ACPI_SYS=y +CONFIG_ACPI_CPU=y +CONFIG_ACPI_EC=y +CONFIG_ACPI_CMBATT=y +CONFIG_ACPI_INTERPRETER=y +CONFIG_ACPI_EC=y +CONFIG_ACPI_POWER=y +CONFIG_ACPI_PCI=y +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_SYSTEM=y +CONFIG_ACPI_AC=y +CONFIG_ACPI_BATTERY=y +# CMBAT is for old 2.4 kernels +CONFIG_ACPI_CMBATT=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_FAN=y +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_THERMAL=y + +CONFIG_APM=y + +# a nice desktop feature in 2.6 kernels +CONFIG_PREEMPT=y + +# some embedded or server stuff +CONFIG_MTD=n +CONFIG_PHONE=n +CONFIG_FUSION=n +CONFIG_I2O=n +CONFIG_HAMRADIO=n + +# parport + +CONFIG_PARPORT_PC_FIFO=y +CONFIG_PARPORT_PC_SUPERIO=y +CONFIG_PARPORT_OTHER=y + +# 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 +ONFIG_USB_OHCI=y +ONFIG_USB_HID=y +CONFIG_USB_HIDINPUT=y +CONFIG_USB_HIDDEV=y + +# the useful magic rq +CONFIG_DEBUG_KERNEL=y +CONFIG_MAGIC_SYSRQ=y +