|
|
# --- 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/livecd/kernel.conf
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 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 ---
|
|
|
|
# boot, damn it!
|
|
CONFIG_X86_GENERIC=y
|
|
|
|
# FireWire support
|
|
CONFIG_IEEE1394=y
|
|
CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y
|
|
CONFIG_IEEE1394_CONFIG_ROM_IP1394=y
|
|
CONFIG_IEEE1394_OHCI1394=y
|
|
CONFIG_IEEE1394_SBP2=y
|
|
|
|
#enough space for a few modules
|
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
|
# enable squashfs
|
|
CONFIG_SQUASHFS=y
|
|
|
|
# the useful magic rq
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
|
|
# this is mandatory
|
|
CONFIG_BLK_DEV_IDECD=y
|
|
|
|
# Console drivers
|
|
CONFIG_VGA_CONSOLE=y
|
|
CONFIG_VIDEO_SELECT=y
|
|
CONFIG_FB=y
|
|
CONFIG_FB_VESA=y
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_LOGO=y
|
|
CONFIG_LOGO_LINUX_CLUT224=y
|
|
|
|
#eek! this ovverides all others! evil!
|
|
CONFIG_FB_VGA16=n
|
|
|
|
# agp already needed for some vga cards
|
|
CONFIG_AGP=y
|
|
CONFIG_AGP_INTEL=y
|
|
CONFIG_AGP_I810=y
|
|
CONFIG_AGP_VIA=y
|
|
CONFIG_AGP_AMD=y
|
|
CONFIG_AGP_AMD_K8=y
|
|
CONFIG_AGP_SIS=y
|
|
CONFIG_AGP_ALI=y
|
|
CONFIG_AGP_SWORKS=y
|
|
CONFIG_AGP_NVIDIA=y
|
|
CONFIG_AGP_ATI=y
|
|
|
|
# drm
|
|
CONFIG_DRM=m
|
|
CONFIG_DRM_NEW=m
|
|
CONFIG_DRM_TDFX=m
|
|
CONFIG_DRM_GAMMA=m
|
|
CONFIG_DRM_R128=m
|
|
CONFIG_DRM_RADEON=m
|
|
CONFIG_DRM_I810=m
|
|
CONFIG_DRM_I810_XFREE_41=m
|
|
CONFIG_DRM_I830=m
|
|
CONFIG_DRM_MGA=m
|
|
CONFIG_DRM_SIS=m
|
|
|
|
# SCSI support
|
|
CONFIG_BLK_DEV_SD=y
|
|
CONFIG_BLK_DEV_SR=y
|
|
CONFIG_CHR_DEV_SG=y
|
|
CONFIG_SCSI_PROC_FS=y
|
|
|
|
# no MD
|
|
CONFIG_MD=n
|
|
|
|
# no oss!
|
|
CONFIG_SOUND_PRIME=n
|
|
CONFIG_DMASOUND_PMAC=n
|