mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
feat(eclass/cros-kernel): add hardware support
add some more hadware support
This commit is contained in:
parent
ef35830b07
commit
035cb38bce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user