From 2c9cd738aa97d71363507e851e2dd6f556eb36aa Mon Sep 17 00:00:00 2001 From: t_jeang Date: Tue, 6 Jan 2009 12:06:03 +0000 Subject: [PATCH] imported patch oem-kernel-config --- buildconfigs/conf.linux-oem/00.debug-options | 1 + buildconfigs/conf.linux-oem/10.libata | 17 +++++++++++++++++ buildconfigs/conf.linux-oem/20.usb | 5 +++++ buildconfigs/conf.linux-oem/25.scsidev | 1 + buildconfigs/conf.linux-oem/30.filesystems | 3 +++ 5 files changed, 27 insertions(+) create mode 100644 buildconfigs/conf.linux-oem/00.debug-options create mode 100644 buildconfigs/conf.linux-oem/10.libata create mode 100644 buildconfigs/conf.linux-oem/20.usb create mode 100644 buildconfigs/conf.linux-oem/25.scsidev create mode 100644 buildconfigs/conf.linux-oem/30.filesystems diff --git a/buildconfigs/conf.linux-oem/00.debug-options b/buildconfigs/conf.linux-oem/00.debug-options new file mode 100644 index 00000000..4df8bd06 --- /dev/null +++ b/buildconfigs/conf.linux-oem/00.debug-options @@ -0,0 +1 @@ +CONFIG_DEBUG_INFO=y diff --git a/buildconfigs/conf.linux-oem/10.libata b/buildconfigs/conf.linux-oem/10.libata new file mode 100644 index 00000000..2cdb6c89 --- /dev/null +++ b/buildconfigs/conf.linux-oem/10.libata @@ -0,0 +1,17 @@ +CONFIG_ATA=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_SVW=m +CONFIG_ATA_PIIX=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_PDC_ADMA=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_PROMISE=m +CONFIG_SATA_SX4=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_INTEL_COMBINED=y diff --git a/buildconfigs/conf.linux-oem/20.usb b/buildconfigs/conf.linux-oem/20.usb new file mode 100644 index 00000000..8e81a1ec --- /dev/null +++ b/buildconfigs/conf.linux-oem/20.usb @@ -0,0 +1,5 @@ +CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_STORAGE=y +CONFIG_USB_LIBUSUAL=y diff --git a/buildconfigs/conf.linux-oem/25.scsidev b/buildconfigs/conf.linux-oem/25.scsidev new file mode 100644 index 00000000..e71b9a47 --- /dev/null +++ b/buildconfigs/conf.linux-oem/25.scsidev @@ -0,0 +1 @@ +CONFIG_BLK_DEV_SD=y diff --git a/buildconfigs/conf.linux-oem/30.filesystems b/buildconfigs/conf.linux-oem/30.filesystems new file mode 100644 index 00000000..3e921495 --- /dev/null +++ b/buildconfigs/conf.linux-oem/30.filesystems @@ -0,0 +1,3 @@ +CONFIG_EXT3_FS=y +CONFIG_JBD=y +CONFIG_SQUASHFS=y -- 2.39.5