1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: architecture/x86/kernel.conf.sh
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
17 define(`INTEL', `Intel X86 PCs')dnl
29 "pentium-mmx 586MMX" \
31 "pentium2 PENTIUMII" \
32 "pentium3 PENTIUMIII" \
34 "pentium-m PENTIUMM" \
45 [ "$1" = "$SDECFG_X86_OPT" ] && linux_arch=$2
48 # echo `grep -A 20 'Processor family' \
49 # /usr/src/linux/arch/i386/config.in | expand | \
50 # cut -c 57- | cut
-f1 -d' ' |
tr -d '"'`
52 for x in 386 486 586 586TSC 586MMX 686 PENTIUMIII PENTIUM4 PENTIUMM \
53 K6 K7 K8 ELAN CRUSOE WINCHIPC6 WINCHIP2 WINCHIP3D \
56 if [ "$linux_arch" != "$x" ]
57 then echo "# CONFIG_M$x is not set"
58 else echo "CONFIG_M$x=y" ; fi
63 dnl Memory Type Range Register support
64 dnl and other x86 goodies ...
68 CONFIG_X86_MCE_NONFATAL=y
69 CONFIG_X86_MCE_P4THERMAL=y
71 dnl PC Speaker for 2.5/6 kernel
73 CONFIG_USB_HIDINPUT_POWERBOOK=y
75 dnl Other useful stuff
79 include(`kernel-common.conf.
m4')
80 include(`kernel-block.conf.m4')
81 include
(`kernel-net.conf.m4')
82 include(`kernel-fs.conf.
m4')
86 dnl The default is to support those old ISA boxes.
87 dnl A target might get rid of it.
95 } | m4 -I $base/architecture/$arch -I $base/architecture/share