2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_ACPI_BUTTON=m
|
|
|
|
CONFIG_ACPI_FAN=m
|
|
|
|
CONFIG_ACPI_PROCESSOR=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_AGP_I460=m
|
|
|
|
CONFIG_AGP=m
|
|
|
|
CONFIG_AUTOFS4_FS=m
|
|
|
|
CONFIG_AUTOFS_FS=m
|
|
|
|
CONFIG_BINFMT_MISC=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_BLK_DEV_CRYPTOLOOP=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_BLK_DEV_DM=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_BLK_DEV_GENERIC=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_BLK_DEV_IDECD=m
|
|
|
|
CONFIG_BLK_DEV_LOOP=m
|
|
|
|
CONFIG_BLK_DEV_MD=m
|
|
|
|
CONFIG_BLK_DEV_NBD=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_BLK_DEV_PIIX=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_BLK_DEV_RAM=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_BLK_DEV_SD=y
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_CIFS=m
|
|
|
|
CONFIG_CIFS_POSIX=y
|
|
|
|
CONFIG_CIFS_STATS=y
|
|
|
|
CONFIG_CIFS_XATTR=y
|
|
|
|
CONFIG_CRYPTO_DES=y
|
|
|
|
CONFIG_CRYPTO_MD5=y
|
|
|
|
CONFIG_DEBUG_KERNEL=y
|
|
|
|
CONFIG_DEBUG_MUTEXES=y
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_DM_CRYPT=m
|
|
|
|
CONFIG_DM_MIRROR=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_DM_SNAPSHOT=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_DM_ZERO=m
|
[IA64] Update default configs
PNP and PNPACPI turned on
i8042 recently changed from ACPI to PNP detection. Without PNP, it
probes legacy I/O ports for the keyboard controller, which causes an
MCA on HP boxes.
Also, I'm about to remove 8250_acpi.c, so we'll need PNP to detect
non-PCI serial ports. Until 8250_acpi.c is removed, some systems
will see serial ports reported twice (once from 8250_acpi.c and again
from 8250_pnp.c). This is harmless.
PNPACPI is still marked EXPERIMENTAL, but I'm not aware of any
outstanding issues on ia64.
IDE_GENERIC turned off (except for SGI simulator, all ia64 IDE is PCI)
ide-generic probes compiled-in legacy I/O ports for IDE devices, which
again causes an MCA. It would be nicer to just get rid of all the
legacy junk from include/asm-ia64/ide.h, but that is a bit riskier
because it could break ide-cs and the HDIO_REGISTER_HWIF ioctl
(http://www.ussg.iu.edu/hypermail/linux/kernel/0508.2/0049.html).
Here's the essence of the patch:
-# CONFIG_PNP is not set
+CONFIG_PNP=y
+CONFIG_PNPACPI=y
-CONFIG_IDE_GENERIC=y
+# CONFIG_IDE_GENERIC is not set
Tested on tiger, bigsur, and zx1.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2005-09-14 16:50:19 -06:00
|
|
|
CONFIG_DRM=m
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_DRM_R128=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_DUMMY=y
|
|
|
|
CONFIG_EFI_PARTITION=y
|
|
|
|
CONFIG_EFI_RTC=y
|
|
|
|
CONFIG_EFI_VARS=y
|
|
|
|
CONFIG_EXPERIMENTAL=y
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_EXT2_FS=y
|
|
|
|
CONFIG_EXT3_FS=y
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_HUGETLBFS=y
|
|
|
|
# CONFIG_HW_RANDOM is not set
|
|
|
|
CONFIG_I2C_CHARDEV=y
|
|
|
|
CONFIG_I2C=y
|
|
|
|
CONFIG_IA64_DIG=y
|
|
|
|
CONFIG_IA64_PALINFO=y
|
|
|
|
CONFIG_IDE=m
|
|
|
|
CONFIG_INET=y
|
[IA64] Update default configs
PNP and PNPACPI turned on
i8042 recently changed from ACPI to PNP detection. Without PNP, it
probes legacy I/O ports for the keyboard controller, which causes an
MCA on HP boxes.
Also, I'm about to remove 8250_acpi.c, so we'll need PNP to detect
non-PCI serial ports. Until 8250_acpi.c is removed, some systems
will see serial ports reported twice (once from 8250_acpi.c and again
from 8250_pnp.c). This is harmless.
PNPACPI is still marked EXPERIMENTAL, but I'm not aware of any
outstanding issues on ia64.
IDE_GENERIC turned off (except for SGI simulator, all ia64 IDE is PCI)
ide-generic probes compiled-in legacy I/O ports for IDE devices, which
again causes an MCA. It would be nicer to just get rid of all the
legacy junk from include/asm-ia64/ide.h, but that is a bit riskier
because it could break ide-cs and the HDIO_REGISTER_HWIF ioctl
(http://www.ussg.iu.edu/hypermail/linux/kernel/0508.2/0049.html).
Here's the essence of the patch:
-# CONFIG_PNP is not set
+CONFIG_PNP=y
+CONFIG_PNPACPI=y
-CONFIG_IDE_GENERIC=y
+# CONFIG_IDE_GENERIC is not set
Tested on tiger, bigsur, and zx1.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2005-09-14 16:50:19 -06:00
|
|
|
CONFIG_INOTIFY=y
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_INPUT_EVDEV=y
|
|
|
|
# CONFIG_IPV6 is not set
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_ISO9660_FS=m
|
|
|
|
CONFIG_JOLIET=y
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_LOG_BUF_SHIFT=16
|
|
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
|
|
CONFIG_MD_LINEAR=m
|
|
|
|
CONFIG_MD_MULTIPATH=m
|
|
|
|
CONFIG_MD_RAID0=m
|
|
|
|
CONFIG_MD_RAID10=m
|
|
|
|
CONFIG_MD_RAID1=m
|
|
|
|
CONFIG_MD=y
|
|
|
|
CONFIG_MII=y
|
|
|
|
CONFIG_MODULES=y
|
|
|
|
CONFIG_MODULE_UNLOAD=y
|
|
|
|
CONFIG_NETDEVICES=y
|
|
|
|
CONFIG_NET_ETHERNET=y
|
|
|
|
CONFIG_NET_PCI=y
|
|
|
|
CONFIG_NET=y
|
|
|
|
CONFIG_NFSD=m
|
|
|
|
CONFIG_NFSD_V4=y
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_NFS_FS=m
|
|
|
|
CONFIG_NFS_V3=y
|
|
|
|
CONFIG_NFS_V4=y
|
|
|
|
CONFIG_NLS_CODEPAGE_437=y
|
|
|
|
CONFIG_NLS_ISO8859_1=y
|
|
|
|
CONFIG_NLS_UTF8=m
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_NR_CPUS=2
|
2005-04-16 15:20:36 -07:00
|
|
|
CONFIG_OPROFILE=y
|
2010-07-13 11:42:54 -07:00
|
|
|
CONFIG_PACKET=y
|
|
|
|
CONFIG_PARTITION_ADVANCED=y
|
|
|
|
CONFIG_PERFMON=y
|
|
|
|
CONFIG_POSIX_MQUEUE=y
|
|
|
|
CONFIG_PREEMPT=y
|
|
|
|
CONFIG_PROC_KCORE=y
|
|
|
|
CONFIG_PROFILING=y
|
|
|
|
CONFIG_SCSI_CONSTANTS=y
|
|
|
|
CONFIG_SCSI_LOGGING=y
|
|
|
|
CONFIG_SCSI_QLOGIC_1280=y
|
|
|
|
CONFIG_SCSI_SPI_ATTRS=m
|
|
|
|
CONFIG_SCSI=y
|
|
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
|
|
CONFIG_SERIAL_8250_EXTENDED=y
|
|
|
|
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
|
|
|
CONFIG_SERIAL_8250=y
|
|
|
|
CONFIG_SGI_PARTITION=y
|
|
|
|
CONFIG_SMP=y
|
|
|
|
CONFIG_SND_CS4281=m
|
|
|
|
CONFIG_SND=m
|
|
|
|
CONFIG_SND_MIXER_OSS=m
|
|
|
|
CONFIG_SND_PCM_OSS=m
|
|
|
|
CONFIG_SND_SEQUENCER=m
|
|
|
|
CONFIG_SOUND=m
|
|
|
|
CONFIG_SYSVIPC=y
|
|
|
|
CONFIG_TMPFS=y
|
|
|
|
CONFIG_UDF_FS=m
|
|
|
|
CONFIG_UNIX=y
|
|
|
|
CONFIG_USB_ACM=m
|
|
|
|
CONFIG_USB_DEVICEFS=y
|
|
|
|
CONFIG_USB_HIDDEV=y
|
|
|
|
CONFIG_USB=m
|
|
|
|
CONFIG_USB_MON=m
|
|
|
|
CONFIG_USB_PRINTER=m
|
|
|
|
CONFIG_USB_STORAGE=m
|
|
|
|
CONFIG_USB_UHCI_HCD=m
|
|
|
|
CONFIG_VFAT_FS=y
|
|
|
|
# CONFIG_VIRTUAL_MEM_MAP is not set
|
|
|
|
CONFIG_XFS_FS=y
|
|
|
|
CONFIG_XFS_POSIX_ACL=y
|
|
|
|
CONFIG_XFS_QUOTA=y
|