From 035cb38bce4959237fe1490d6ac8db24daa431c3 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 5 Aug 2013 16:22:54 -0700 Subject: [PATCH] feat(eclass/cros-kernel): add hardware support add some more hadware support --- .../eclass/cros-kernel/x86_64_defconfig | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig index f27f3907ed..d8dc877248 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.10.4 Kernel Configuration +# Linux/x86 3.10.5 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -1173,7 +1173,7 @@ CONFIG_ISCSI_BOOT_SYSFS=m # CONFIG_SCSI_BNX2X_FCOE is not set # CONFIG_BE2ISCSI is not set # CONFIG_BLK_DEV_3W_XXXX_RAID is not set -# CONFIG_SCSI_HPSA is not set +CONFIG_SCSI_HPSA=m # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_3W_SAS is not set # CONFIG_SCSI_ACARD is not set @@ -1432,9 +1432,11 @@ CONFIG_E100=m CONFIG_E1000=m CONFIG_E1000E=m CONFIG_IGB=m +CONFIG_IGB_DCA=y CONFIG_IGBVF=m CONFIG_IXGB=m CONFIG_IXGBE=m +CONFIG_IXGBE_DCA=y # CONFIG_IXGBE_DCB is not set CONFIG_IXGBEVF=m # CONFIG_NET_VENDOR_I825XX is not set @@ -2289,11 +2291,20 @@ CONFIG_DMADEVICES=y # DMA Devices # # CONFIG_INTEL_MID_DMAC is not set -# CONFIG_INTEL_IOATDMA is not set +CONFIG_INTEL_IOATDMA=m # CONFIG_DW_DMAC is not set # CONFIG_TIMB_DMA is not set # CONFIG_PCH_DMA is not set +CONFIG_DMA_ENGINE=y CONFIG_DMA_ACPI=y + +# +# DMA Clients +# +CONFIG_NET_DMA=y +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set +CONFIG_DCA=m # CONFIG_AUXDISPLAY is not set # CONFIG_UIO is not set # CONFIG_VIRT_DRIVERS is not set