Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DFCF3781AD4 for ; Thu, 30 Jan 2020 21:47:11 +0000 (UTC) Received: by mail-lj1-f193.google.com with SMTP id r19so5036024ljg.3 for ; Thu, 30 Jan 2020 13:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=waldekranz-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=CCHtYhQpKFwKN3wpTA/Qd2v31/KQIM1eduGbG+g+3NQ=; b=oDBYoJ7XPVyz5f/1xkDBIgt6iPX16M5tmLXA8bkzrYk5ppTygsTzAZyNUkzu5I8qMI TLU1pp8rLv5KDCZrUDMb0NFoFrIpOtV8Grs3Yggg+RBXgF2n/enCqzwJClEvUNjREQZh OTRl43ucV+f4YnbFV43KTPrNB2xWjDDWR+245owheiRBRbei9wSRVKLhnbnfZTnB+Jkn AlbOiXgOsdfU+H8G73tJkOoDJzqhUUYnqhE4Q6NzuPrpxSb3fzsbJyaucGI7A7D36XB0 FjPRGt/pjewzjGNajhYefzS86wCVKM6fWKJzRh7YghTdjcbq7KbVoc4XDGVJmboX4vZE X17w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=CCHtYhQpKFwKN3wpTA/Qd2v31/KQIM1eduGbG+g+3NQ=; b=jH8XSxyn4bI8Rd3Y+cQz1eAMW2LhOFG5CFBdysq8CCoh2Aqez0P7Ut/MnM+X5HE1Pp SQGFlriohF79rzXNeF10fadWv9KpInOvT4cMxzZ60rI9NpquaZtp4WF+4NC3qqHYFNqf Pyx+1wh/XGHO7LJg0WsHHxiZcXp/kVlDfJJ2TuZUwnVbGHeFCWPJ4qX2D4yxwWafCALN dt6VljZRuWk7qghH9dEpZBvzKsxCmecd/sHoJtfwChF1FsOxX47HKwGpUD1mQ2dv3XIK pcaJ6mf/rLfL/fgLq51O7QsQRChlAjDC+zwUOv2pzwmUBrlO+PIWWgvJGVuZ01N0xTes ZhzQ== X-Gm-Message-State: APjAAAV1n/Lyo+AwcHPwJcqFeSq5W+W2mI6kh8zjieJlmt1x9lw8v/Cs bCL9KW+/KJ86KRss7+pejpNPxGggSl8= X-Google-Smtp-Source: APXvYqznuBAs0hXbEwo8RtfOIQ1ceYQv10iwsi6qKMctdyoP2aCLHL0XUf48p7s4wiRC+QMRgnylYw== X-Received: by 2002:a2e:b5cb:: with SMTP id g11mr3970136ljn.210.1580420830340; Thu, 30 Jan 2020 13:47:10 -0800 (PST) Received: from wkz-x260 (h-50-180.A259.priv.bahnhof.se. [155.4.50.180]) by smtp.gmail.com with ESMTPSA id u11sm3415326lfo.71.2020.01.30.13.47.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 Jan 2020 13:47:09 -0800 (PST) Date: Thu, 30 Jan 2020 22:47:07 +0100 From: Tobias Waldekranz To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] main/linux-lts: enable VIRTIO_PCI for armv7 Message-ID: <20200130214707.GA29092@wkz-x260> References: <20200127185955.5916-1-tobias@waldekranz.com> <20200129154459.4909eaa5@ncopa-desktop.copa.dup.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200129154459.4909eaa5@ncopa-desktop.copa.dup.pw> User-Agent: Mutt/1.9.4 (2018-02-28) On Wed, Jan 29, 2020 at 03:44:59PM +0100, Natanael Copa wrote: > On Mon, 27 Jan 2020 19:59:55 +0100 > Tobias Waldekranz wrote: > > > Among other things, enables using 9p-filesystems with virtio > > transport. > > There seems to pretty many changes. What are those other things? Yes, I'm aware that there's lots of noise here. I believe most of it is just due to the fact that many subsystems depend on PCI. E.g. none of the NET_VENDOR_ stuff adds any modules to the kernel, it just opens up for configuring specific drivers. > Do we need pci usb host controller enabled? > > Is the pci serial controller needed? My method was basically: enable the feature I needed (VIRTIO_PCI) and trust the kernel's defaults for the rest. But I agree that there are some unnecessary modules here. Would you prefer them to be build as loadable modules where possible, or left out completely? > Would it make more sense to add a linux-virt kernel for armv7 instead? > It seems like our aarch64 linux-virt kernel has 9p over virtio. That would also work. The aarch64 config has VIRTIO_PCI enabled, but unfortunately is missing 9p at the moment. Should I prepare a patch set that: 1. Enables 9p on aarch64/virt. 2. Adds an armv7/virt config. Or do you prefer to do it? > > > --- > > main/linux-lts/APKBUILD | 2 +- > > main/linux-lts/config-lts.armv7 | 558 +++++++++++++++++++++++++++++++- > > 2 files changed, 557 insertions(+), 3 deletions(-) > > > > diff --git a/main/linux-lts/APKBUILD b/main/linux-lts/APKBUILD > > index 3838d17e89..f626368b20 100644 > > --- a/main/linux-lts/APKBUILD > > +++ b/main/linux-lts/APKBUILD > > @@ -223,7 +223,7 @@ _dev() { > > sha512sums="9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f linux-5.4.tar.xz > > dc0acb47b68c60bede649524fd7429b888df2e1aa16a93f445700d1ffacada8b870a4a75d6aeb33d0e2f2c427efbc80e24a3670c5c539e0fca5b754e7f2a4df3 0001-drm-i915-gt-Detect-if-we-miss-WaIdleLiteRestore.patch > > ea4eb2086b0e0e0d8a4fd6bd6ef6a2d752990f4cbf21a2d571eeae0b419b61abed8c91a1d353ebc98d4963845e2b8ee2df6e5c28859f6b3a604a39dfe7fc1125 config-lts.aarch64 > > -0235e5af7d73f89dc66f97f1808744c52ded83d6281e455d08e1edfae02ca067715accf14f6cc8890b87941abcbad5a7cfd6025f427af694b52bb6d8420d89cf config-lts.armv7 > > +8fed658940427de0b5a730b3ba3b69bdfc8b912ba441fde0e57afcf958f4405f63b98604e13dce82849934faadf136c9808bdc0fe8954e1f4fc446cefc2c9ef5 config-lts.armv7 > > 11d2b92765ba30a0c6b8e141f732d773343b8d59157f1679248073dcb38f9f62ae3e9be19d3ef1d60733f35c6f2c7acb085c24441a6423cacd2cb26562ef7c37 config-lts.x86 > > 4e46668b8422f512cc3f20e8a4bf5a2d7d26ef2b073dc704d81551d7132254fc92fa1fbb4087bbaf0ffe83ea4afbf1f27b7115675d361f8875b4c77c9e23c55d config-lts.x86_64 > > 437a4142de16e76bf10c662409daf2af27aca1faaaf0271653491f2c9a95a53640012e2f70bbdc8434f61d28def54e01d225c2982cab815e981b3292dff0c785 config-lts.ppc64le > > diff --git a/main/linux-lts/config-lts.armv7 b/main/linux-lts/config-lts.armv7 > > index c7df67c6ec..19b73f1aac 100644 > > --- a/main/linux-lts/config-lts.armv7 > > +++ b/main/linux-lts/config-lts.armv7 > > @@ -1,6 +1,6 @@ > > # > > # Automatically generated file; DO NOT EDIT. > > -# Linux/arm 5.4.13 Kernel Configuration > > +# Linux/arm 5.4.14 Kernel Configuration > > # > > > > # > > @@ -907,6 +907,7 @@ CONFIG_EFI_PARTITION=y > > # CONFIG_CMDLINE_PARTITION is not set > > # end of Partition Types > > > > +CONFIG_BLK_MQ_PCI=y > > CONFIG_BLK_MQ_VIRTIO=y > > CONFIG_BLK_PM=y > > > > @@ -1836,8 +1837,59 @@ CONFIG_HAVE_EBPF_JIT=y > > CONFIG_ARM_AMBA=y > > CONFIG_TEGRA_AHB=y > > CONFIG_HAVE_PCI=y > > -# CONFIG_PCI is not set > > +CONFIG_PCI=y > > +CONFIG_PCI_DOMAINS=y > > +CONFIG_PCI_DOMAINS_GENERIC=y > > +CONFIG_PCI_SYSCALL=y > > +# CONFIG_PCIEPORTBUS is not set > > +# CONFIG_PCI_MSI is not set > > +CONFIG_PCI_QUIRKS=y > > +# CONFIG_PCI_DEBUG is not set > > +# CONFIG_PCI_STUB is not set > > +CONFIG_PCI_ECAM=y > > +# CONFIG_PCI_IOV is not set > > +# CONFIG_PCI_PRI is not set > > +# CONFIG_PCI_PASID is not set > > +CONFIG_PCI_LABEL=y > > +# CONFIG_HOTPLUG_PCI is not set > > + > > +# > > +# PCI controller drivers > > +# > > + > > +# > > +# Cadence PCIe controllers support > > +# > > +# CONFIG_PCIE_CADENCE_HOST is not set > > +# end of Cadence PCIe controllers support > > + > > +# CONFIG_PCI_FTPCI100 is not set > > +CONFIG_PCI_HOST_COMMON=y > > +CONFIG_PCI_HOST_GENERIC=y > > +# CONFIG_PCIE_XILINX is not set > > +# CONFIG_PCI_V3_SEMI is not set > > +# CONFIG_PCIE_ALTERA is not set > > + > > +# > > +# DesignWare PCI Core Support > > +# > > +# end of DesignWare PCI Core Support > > +# end of PCI controller drivers > > + > > +# > > +# PCI Endpoint > > +# > > +# CONFIG_PCI_ENDPOINT is not set > > +# end of PCI Endpoint > > + > > +# > > +# PCI switch controller drivers > > +# > > +# CONFIG_PCI_SW_SWITCHTEC is not set > > +# end of PCI switch controller drivers > > + > > # CONFIG_PCCARD is not set > > +# CONFIG_RAPIDIO is not set > > > > # > > # Generic Driver Options > > @@ -1963,12 +2015,15 @@ CONFIG_MTD_PHYSMAP=m > > # CONFIG_MTD_PHYSMAP_OF is not set > > # CONFIG_MTD_PHYSMAP_GPIO_ADDR is not set > > # CONFIG_MTD_IMPA7 is not set > > +# CONFIG_MTD_PCI is not set > > +# CONFIG_MTD_INTEL_VR_NOR is not set > > CONFIG_MTD_PLATRAM=m > > # end of Mapping drivers for chip access > > > > # > > # Self-contained MTD device drivers > > # > > +# CONFIG_MTD_PMC551 is not set > > CONFIG_MTD_DATAFLASH=m > > # CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set > > # CONFIG_MTD_DATAFLASH_OTP is not set > > @@ -2037,15 +2092,18 @@ CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y > > CONFIG_BLK_DEV=y > > # CONFIG_BLK_DEV_NULL_BLK is not set > > CONFIG_CDROM=m > > +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set > > CONFIG_ZRAM=m > > # CONFIG_ZRAM_WRITEBACK is not set > > # CONFIG_ZRAM_MEMORY_TRACKING is not set > > +# CONFIG_BLK_DEV_UMEM is not set > > CONFIG_BLK_DEV_LOOP=m > > CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 > > CONFIG_BLK_DEV_CRYPTOLOOP=m > > CONFIG_BLK_DEV_DRBD=m > > # CONFIG_DRBD_FAULT_INJECTION is not set > > CONFIG_BLK_DEV_NBD=m > > +# CONFIG_BLK_DEV_SX8 is not set > > CONFIG_BLK_DEV_RAM=y > > CONFIG_BLK_DEV_RAM_COUNT=16 > > CONFIG_BLK_DEV_RAM_SIZE=4096 > > @@ -2056,11 +2114,13 @@ CONFIG_ATA_OVER_ETH=m > > CONFIG_VIRTIO_BLK=m > > # CONFIG_VIRTIO_BLK_SCSI is not set > > # CONFIG_BLK_DEV_RBD is not set > > +# CONFIG_BLK_DEV_RSXX is not set > > > > # > > # NVME Support > > # > > CONFIG_NVME_CORE=m > > +# CONFIG_BLK_DEV_NVME is not set > > CONFIG_NVME_MULTIPATH=y > > CONFIG_NVME_FABRICS=m > > # CONFIG_NVME_FC is not set > > @@ -2078,8 +2138,11 @@ CONFIG_AD525X_DPOT=m > > CONFIG_AD525X_DPOT_I2C=m > > CONFIG_AD525X_DPOT_SPI=m > > # CONFIG_DUMMY_IRQ is not set > > +# CONFIG_PHANTOM is not set > > +# CONFIG_TIFM_CORE is not set > > CONFIG_ICS932S401=m > > CONFIG_ENCLOSURE_SERVICES=m > > +# CONFIG_HP_ILO is not set > > # CONFIG_QCOM_COINCELL is not set > > # CONFIG_QCOM_FASTRPC is not set > > CONFIG_APDS9802ALS=m > > @@ -2094,6 +2157,7 @@ CONFIG_DS1682=m > > CONFIG_SRAM=y > > CONFIG_SRAM_EXEC=y > > CONFIG_VEXPRESS_SYSCFG=y > > +# CONFIG_PCI_ENDPOINT_TEST is not set > > # CONFIG_XILINX_SDFEC is not set > > CONFIG_MISC_RTSX=m > > # CONFIG_PVPANIC is not set > > @@ -2112,6 +2176,8 @@ CONFIG_EEPROM_93XX46=m > > # CONFIG_EEPROM_EE1004 is not set > > # end of EEPROM support > > > > +# CONFIG_CB710_CORE is not set > > + > > # > > # Texas Instruments shared transport line discipline > > # > > @@ -2161,9 +2227,15 @@ CONFIG_ALTERA_STAPL=m > > # end of Intel MIC & related support > > > > # CONFIG_ECHO is not set > > +# CONFIG_MISC_ALCOR_PCI is not set > > +# CONFIG_MISC_RTSX_PCI is not set > > CONFIG_MISC_RTSX_USB=m > > +# CONFIG_HABANA_AI is not set > > # end of Misc devices > > > > +CONFIG_HAVE_IDE=y > > +# CONFIG_IDE is not set > > + > > # > > # SCSI device support > > # > > @@ -2204,13 +2276,65 @@ CONFIG_SCSI_SRP_ATTRS=m > > CONFIG_SCSI_LOWLEVEL=y > > CONFIG_ISCSI_TCP=m > > CONFIG_ISCSI_BOOT_SYSFS=m > > +# CONFIG_SCSI_CXGB3_ISCSI is not set > > +# CONFIG_SCSI_CXGB4_ISCSI is not set > > +# CONFIG_SCSI_BNX2_ISCSI is not set > > +# 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_3W_9XXX is not set > > +# CONFIG_SCSI_3W_SAS is not set > > +# CONFIG_SCSI_ACARD is not set > > +# CONFIG_SCSI_AACRAID is not set > > +# CONFIG_SCSI_AIC7XXX is not set > > +# CONFIG_SCSI_AIC79XX is not set > > +# CONFIG_SCSI_AIC94XX is not set > > +# CONFIG_SCSI_MVSAS is not set > > +# CONFIG_SCSI_MVUMI is not set > > +# CONFIG_SCSI_ADVANSYS is not set > > +# CONFIG_SCSI_ARCMSR is not set > > +# CONFIG_SCSI_ESAS2R is not set > > +# CONFIG_MEGARAID_NEWGEN is not set > > +# CONFIG_MEGARAID_LEGACY is not set > > +# CONFIG_MEGARAID_SAS is not set > > +# CONFIG_SCSI_MPT3SAS is not set > > +# CONFIG_SCSI_MPT2SAS is not set > > +# CONFIG_SCSI_SMARTPQI is not set > > CONFIG_SCSI_UFSHCD=m > > +# CONFIG_SCSI_UFSHCD_PCI is not set > > # CONFIG_SCSI_UFSHCD_PLATFORM is not set > > # CONFIG_SCSI_UFS_BSG is not set > > +# CONFIG_SCSI_HPTIOP is not set > > +# CONFIG_SCSI_MYRB is not set > > +# CONFIG_SCSI_MYRS is not set > > CONFIG_LIBFC=m > > CONFIG_LIBFCOE=m > > +# CONFIG_FCOE is not set > > +# CONFIG_SCSI_SNIC is not set > > +# CONFIG_SCSI_DMX3191D is not set > > +# CONFIG_SCSI_FDOMAIN_PCI is not set > > +# CONFIG_SCSI_GDTH is not set > > +# CONFIG_SCSI_IPS is not set > > +# CONFIG_SCSI_INITIO is not set > > +# CONFIG_SCSI_INIA100 is not set > > +# CONFIG_SCSI_STEX is not set > > +# CONFIG_SCSI_SYM53C8XX_2 is not set > > +# CONFIG_SCSI_IPR is not set > > +# CONFIG_SCSI_QLOGIC_1280 is not set > > +# CONFIG_SCSI_QLA_FC is not set > > +# CONFIG_SCSI_QLA_ISCSI is not set > > +# CONFIG_SCSI_LPFC is not set > > +# CONFIG_SCSI_DC395x is not set > > +# CONFIG_SCSI_AM53C974 is not set > > +# CONFIG_SCSI_NSP32 is not set > > +# CONFIG_SCSI_WD719X is not set > > CONFIG_SCSI_DEBUG=m > > +# CONFIG_SCSI_PMCRAID is not set > > +# CONFIG_SCSI_PM8001 is not set > > +# CONFIG_SCSI_BFA_FC is not set > > CONFIG_SCSI_VIRTIO=m > > +# CONFIG_SCSI_CHELSIO_FCOE is not set > > # CONFIG_SCSI_DH is not set > > # end of SCSI device support > > > > @@ -2222,6 +2346,7 @@ CONFIG_SATA_PMP=y > > # > > # Controllers with non-SFF native interface > > # > > +# CONFIG_SATA_AHCI is not set > > CONFIG_SATA_AHCI_PLATFORM=m > > # CONFIG_AHCI_DM816 is not set > > CONFIG_AHCI_IMX=m > > @@ -2229,32 +2354,88 @@ CONFIG_AHCI_IMX=m > > CONFIG_AHCI_SUNXI=m > > # CONFIG_AHCI_TEGRA is not set > > # CONFIG_AHCI_QORIQ is not set > > +# CONFIG_SATA_INIC162X is not set > > +# CONFIG_SATA_ACARD_AHCI is not set > > +# CONFIG_SATA_SIL24 is not set > > CONFIG_ATA_SFF=y > > > > # > > # SFF controllers with custom DMA interface > > # > > +# CONFIG_PDC_ADMA is not set > > +# CONFIG_SATA_QSTOR is not set > > +# CONFIG_SATA_SX4 is not set > > CONFIG_ATA_BMDMA=y > > > > # > > # SATA SFF controllers with BMDMA > > # > > +# CONFIG_ATA_PIIX is not set > > # CONFIG_SATA_DWC is not set > > +# CONFIG_SATA_MV is not set > > +# CONFIG_SATA_NV is not set > > +# CONFIG_SATA_PROMISE is not set > > +# CONFIG_SATA_SIL is not set > > +# CONFIG_SATA_SIS is not set > > +# CONFIG_SATA_SVW is not set > > +# CONFIG_SATA_ULI is not set > > +# CONFIG_SATA_VIA is not set > > +# CONFIG_SATA_VITESSE is not set > > > > # > > # PATA SFF controllers with BMDMA > > # > > +# CONFIG_PATA_ALI is not set > > +# CONFIG_PATA_AMD is not set > > +# CONFIG_PATA_ARTOP is not set > > +# CONFIG_PATA_ATIIXP is not set > > +# CONFIG_PATA_ATP867X is not set > > +# CONFIG_PATA_CMD64X is not set > > +# CONFIG_PATA_CYPRESS is not set > > +# CONFIG_PATA_EFAR is not set > > +# CONFIG_PATA_HPT366 is not set > > +# CONFIG_PATA_HPT37X is not set > > +# CONFIG_PATA_HPT3X2N is not set > > +# CONFIG_PATA_HPT3X3 is not set > > CONFIG_PATA_IMX=m > > +# CONFIG_PATA_IT8213 is not set > > +# CONFIG_PATA_IT821X is not set > > +# CONFIG_PATA_JMICRON is not set > > +# CONFIG_PATA_MARVELL is not set > > +# CONFIG_PATA_NETCELL is not set > > +# CONFIG_PATA_NINJA32 is not set > > +# CONFIG_PATA_NS87415 is not set > > +# CONFIG_PATA_OLDPIIX is not set > > +# CONFIG_PATA_OPTIDMA is not set > > +# CONFIG_PATA_PDC2027X is not set > > +# CONFIG_PATA_PDC_OLD is not set > > +# CONFIG_PATA_RADISYS is not set > > +# CONFIG_PATA_RDC is not set > > +# CONFIG_PATA_SCH is not set > > +# CONFIG_PATA_SERVERWORKS is not set > > +# CONFIG_PATA_SIL680 is not set > > +# CONFIG_PATA_SIS is not set > > +# CONFIG_PATA_TOSHIBA is not set > > +# CONFIG_PATA_TRIFLEX is not set > > +# CONFIG_PATA_VIA is not set > > +# CONFIG_PATA_WINBOND is not set > > > > # > > # PIO-only SFF controllers > > # > > +# CONFIG_PATA_CMD640_PCI is not set > > +# CONFIG_PATA_MPIIX is not set > > +# CONFIG_PATA_NS87410 is not set > > +# CONFIG_PATA_OPTI is not set > > CONFIG_PATA_PLATFORM=m > > # CONFIG_PATA_OF_PLATFORM is not set > > +# CONFIG_PATA_RZ1000 is not set > > > > # > > # Generic fallback / legacy drivers > > # > > +# CONFIG_ATA_GENERIC is not set > > +# CONFIG_PATA_LEGACY is not set > > CONFIG_MD=y > > CONFIG_BLK_DEV_MD=y > > # CONFIG_MD_AUTODETECT is not set > > @@ -2310,12 +2491,22 @@ CONFIG_TCM_USER2=m > > CONFIG_LOOPBACK_TARGET=m > > CONFIG_TCM_FC=m > > CONFIG_ISCSI_TARGET=m > > +# CONFIG_FUSION is not set > > + > > +# > > +# IEEE 1394 (FireWire) support > > +# > > +# CONFIG_FIREWIRE is not set > > +# CONFIG_FIREWIRE_NOSY is not set > > +# end of IEEE 1394 (FireWire) support > > + > > CONFIG_NETDEVICES=y > > CONFIG_MII=m > > CONFIG_NET_CORE=y > > CONFIG_BONDING=m > > CONFIG_DUMMY=m > > CONFIG_EQUALIZER=m > > +# CONFIG_NET_FC is not set > > CONFIG_IFB=m > > CONFIG_NET_TEAM=m > > CONFIG_NET_TEAM_MODE_BROADCAST=m > > @@ -2344,9 +2535,18 @@ CONFIG_VIRTIO_NET=m > > # CONFIG_NLMON is not set > > CONFIG_NET_VRF=m > > # CONFIG_VSOCKMON is not set > > +# CONFIG_ARCNET is not set > > CONFIG_ATM_DRIVERS=y > > CONFIG_ATM_DUMMY=m > > CONFIG_ATM_TCP=m > > +# CONFIG_ATM_LANAI is not set > > +# CONFIG_ATM_ENI is not set > > +# CONFIG_ATM_NICSTAR is not set > > +# CONFIG_ATM_IDT77252 is not set > > +# CONFIG_ATM_IA is not set > > +# CONFIG_ATM_FORE200E is not set > > +# CONFIG_ATM_HE is not set > > +# CONFIG_ATM_SOLOS is not set > > > > # > > # CAIF transport drivers > > @@ -2374,27 +2574,70 @@ CONFIG_ATM_TCP=m > > # end of Distributed Switch Architecture drivers > > > > CONFIG_ETHERNET=y > > +CONFIG_NET_VENDOR_3COM=y > > +# CONFIG_TYPHOON is not set > > +CONFIG_NET_VENDOR_ADAPTEC=y > > +# CONFIG_ADAPTEC_STARFIRE is not set > > +CONFIG_NET_VENDOR_AGERE=y > > +# CONFIG_ET131X is not set > > CONFIG_NET_VENDOR_ALACRITECH=y > > +# CONFIG_SLICOSS is not set > > CONFIG_NET_VENDOR_ALLWINNER=y > > CONFIG_SUN4I_EMAC=m > > +CONFIG_NET_VENDOR_ALTEON=y > > +# CONFIG_ACENIC is not set > > CONFIG_ALTERA_TSE=m > > # CONFIG_NET_VENDOR_AMAZON is not set > > +CONFIG_NET_VENDOR_AMD=y > > +# CONFIG_AMD8111_ETH is not set > > +# CONFIG_PCNET32 is not set > > CONFIG_NET_VENDOR_AQUANTIA=y > > CONFIG_NET_VENDOR_ARC=y > > +CONFIG_NET_VENDOR_ATHEROS=y > > +# CONFIG_ATL2 is not set > > +# CONFIG_ATL1 is not set > > +# CONFIG_ATL1E is not set > > +# CONFIG_ATL1C is not set > > +# CONFIG_ALX is not set > > # CONFIG_NET_VENDOR_AURORA is not set > > CONFIG_NET_VENDOR_BROADCOM=y > > CONFIG_B44=m > > +CONFIG_B44_PCI_AUTOSELECT=y > > +CONFIG_B44_PCICORE_AUTOSELECT=y > > +CONFIG_B44_PCI=y > > CONFIG_BCMGENET=m > > +# CONFIG_BNX2 is not set > > +# CONFIG_CNIC is not set > > +# CONFIG_TIGON3 is not set > > +# CONFIG_BNX2X is not set > > # CONFIG_SYSTEMPORT is not set > > +# CONFIG_BNXT is not set > > +CONFIG_NET_VENDOR_BROCADE=y > > +# CONFIG_BNA is not set > > CONFIG_NET_VENDOR_CADENCE=y > > CONFIG_MACB=m > > CONFIG_MACB_USE_HWSTAMP=y > > +# CONFIG_MACB_PCI is not set > > # CONFIG_NET_VENDOR_CAVIUM is not set > > +CONFIG_NET_VENDOR_CHELSIO=y > > +# CONFIG_CHELSIO_T1 is not set > > +# CONFIG_CHELSIO_T3 is not set > > +# CONFIG_CHELSIO_T4 is not set > > +# CONFIG_CHELSIO_T4VF is not set > > CONFIG_NET_VENDOR_CIRRUS=y > > # CONFIG_CS89x0 is not set > > +CONFIG_NET_VENDOR_CISCO=y > > +# CONFIG_ENIC is not set > > # CONFIG_NET_VENDOR_CORTINA is not set > > # CONFIG_DM9000 is not set > > CONFIG_DNET=m > > +CONFIG_NET_VENDOR_DEC=y > > +# CONFIG_NET_TULIP is not set > > +CONFIG_NET_VENDOR_DLINK=y > > +# CONFIG_DL2K is not set > > +# CONFIG_SUNDANCE is not set > > +CONFIG_NET_VENDOR_EMULEX=y > > +# CONFIG_BE2NET is not set > > CONFIG_NET_VENDOR_EZCHIP=y > > # CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set > > CONFIG_NET_VENDOR_FARADAY=y > > @@ -2407,40 +2650,94 @@ CONFIG_FSL_XGMAC_MDIO=m > > # CONFIG_GIANFAR is not set > > CONFIG_NET_VENDOR_GOOGLE=y > > # CONFIG_NET_VENDOR_HISILICON is not set > > +CONFIG_NET_VENDOR_HP=y > > +# CONFIG_HP100 is not set > > CONFIG_NET_VENDOR_HUAWEI=y > > CONFIG_NET_VENDOR_I825XX=y > > CONFIG_NET_VENDOR_INTEL=y > > +# CONFIG_E100 is not set > > +# CONFIG_E1000 is not set > > +# CONFIG_E1000E is not set > > +# CONFIG_IGB is not set > > +# CONFIG_IGBVF is not set > > +# CONFIG_IXGB is not set > > +# CONFIG_IXGBE is not set > > +# CONFIG_I40E is not set > > +# CONFIG_IGC is not set > > +# CONFIG_JME is not set > > CONFIG_NET_VENDOR_MARVELL=y > > # CONFIG_MVMDIO is not set > > +# CONFIG_SKGE is not set > > +# CONFIG_SKY2 is not set > > CONFIG_NET_VENDOR_MELLANOX=y > > +# CONFIG_MLX4_EN is not set > > +# CONFIG_MLX5_CORE is not set > > # CONFIG_MLXSW_CORE is not set > > # CONFIG_MLXFW is not set > > CONFIG_NET_VENDOR_MICREL=y > > CONFIG_KS8842=m > > CONFIG_KS8851=m > > CONFIG_KS8851_MLL=m > > +# CONFIG_KSZ884X_PCI is not set > > CONFIG_NET_VENDOR_MICROCHIP=y > > CONFIG_ENC28J60=m > > # CONFIG_ENC28J60_WRITEVERIFY is not set > > CONFIG_ENCX24J600=m > > +# CONFIG_LAN743X is not set > > # CONFIG_NET_VENDOR_MICROSEMI is not set > > +CONFIG_NET_VENDOR_MYRI=y > > +# CONFIG_MYRI10GE is not set > > +# CONFIG_FEALNX is not set > > CONFIG_NET_VENDOR_NATSEMI=y > > +# CONFIG_NATSEMI is not set > > +# CONFIG_NS83820 is not set > > +CONFIG_NET_VENDOR_NETERION=y > > +# CONFIG_S2IO is not set > > +# CONFIG_VXGE is not set > > CONFIG_NET_VENDOR_NETRONOME=y > > # CONFIG_NET_VENDOR_NI is not set > > CONFIG_NET_VENDOR_8390=y > > # CONFIG_AX88796 is not set > > +# CONFIG_NE2K_PCI is not set > > +CONFIG_NET_VENDOR_NVIDIA=y > > +# CONFIG_FORCEDETH is not set > > +CONFIG_NET_VENDOR_OKI=y > > CONFIG_ETHOC=m > > +CONFIG_NET_VENDOR_PACKET_ENGINES=y > > +# CONFIG_HAMACHI is not set > > +# CONFIG_YELLOWFIN is not set > > CONFIG_NET_VENDOR_PENSANDO=y > > +CONFIG_NET_VENDOR_QLOGIC=y > > +# CONFIG_QLA3XXX is not set > > +# CONFIG_QLCNIC is not set > > +# CONFIG_NETXEN_NIC is not set > > +# CONFIG_QED is not set > > # CONFIG_NET_VENDOR_QUALCOMM is not set > > +CONFIG_NET_VENDOR_RDC=y > > +# CONFIG_R6040 is not set > > +CONFIG_NET_VENDOR_REALTEK=y > > +# CONFIG_8139CP is not set > > +# CONFIG_8139TOO is not set > > +# CONFIG_R8169 is not set > > CONFIG_NET_VENDOR_RENESAS=y > > CONFIG_NET_VENDOR_ROCKER=y > > +# CONFIG_ROCKER is not set > > # CONFIG_NET_VENDOR_SAMSUNG is not set > > CONFIG_NET_VENDOR_SEEQ=y > > CONFIG_NET_VENDOR_SOLARFLARE=y > > +# CONFIG_SFC is not set > > +# CONFIG_SFC_FALCON is not set > > +CONFIG_NET_VENDOR_SILAN=y > > +# CONFIG_SC92031 is not set > > +CONFIG_NET_VENDOR_SIS=y > > +# CONFIG_SIS900 is not set > > +# CONFIG_SIS190 is not set > > CONFIG_NET_VENDOR_SMSC=y > > # CONFIG_SMC91X is not set > > +# CONFIG_EPIC100 is not set > > # CONFIG_SMC911X is not set > > # CONFIG_SMSC911X is not set > > +# CONFIG_SMSC9420 is not set > > # CONFIG_NET_VENDOR_SOCIONEXT is not set > > CONFIG_NET_VENDOR_STMICRO=y > > CONFIG_STMMAC_ETH=m > > @@ -2452,13 +2749,22 @@ CONFIG_DWMAC_IPQ806X=m > > CONFIG_DWMAC_QCOM_ETHQOS=m > > CONFIG_DWMAC_SUNXI=m > > CONFIG_DWMAC_SUN8I=m > > +# CONFIG_STMMAC_PCI is not set > > +CONFIG_NET_VENDOR_SUN=y > > +# CONFIG_HAPPYMEAL is not set > > +# CONFIG_SUNGEM is not set > > +# CONFIG_CASSINI is not set > > +# CONFIG_NIU is not set > > CONFIG_NET_VENDOR_SYNOPSYS=y > > # CONFIG_DWC_XLGMAC is not set > > +CONFIG_NET_VENDOR_TEHUTI=y > > +# CONFIG_TEHUTI is not set > > CONFIG_NET_VENDOR_TI=y > > CONFIG_TI_DAVINCI_MDIO=m > > CONFIG_TI_CPSW_PHY_SEL=y > > CONFIG_TI_CPSW=m > > # CONFIG_TI_CPTS is not set > > +# CONFIG_TLAN is not set > > CONFIG_NET_VENDOR_VIA=y > > CONFIG_VIA_RHINE=m > > CONFIG_VIA_RHINE_MMIO=y > > @@ -2473,6 +2779,8 @@ CONFIG_WIZNET_W5100_SPI=m > > CONFIG_NET_VENDOR_XILINX=y > > # CONFIG_XILINX_EMACLITE is not set > > # CONFIG_XILINX_AXI_EMAC is not set > > +# CONFIG_FDDI is not set > > +# CONFIG_HIPPI is not set > > CONFIG_MDIO_DEVICE=y > > CONFIG_MDIO_BUS=y > > CONFIG_MDIO_BCM_UNIMAC=m > > @@ -2605,10 +2913,13 @@ CONFIG_WLAN=y > > CONFIG_ATH_COMMON=m > > CONFIG_WLAN_VENDOR_ATH=y > > # CONFIG_ATH_DEBUG is not set > > +# CONFIG_ATH5K is not set > > +# CONFIG_ATH5K_PCI is not set > > CONFIG_ATH9K_HW=m > > CONFIG_ATH9K_COMMON=m > > CONFIG_ATH9K_BTCOEX_SUPPORT=y > > CONFIG_ATH9K=m > > +CONFIG_ATH9K_PCI=y > > CONFIG_ATH9K_AHB=y > > # CONFIG_ATH9K_DEBUGFS is not set > > # CONFIG_ATH9K_DYNACK is not set > > @@ -2616,6 +2927,7 @@ CONFIG_ATH9K_AHB=y > > CONFIG_ATH9K_RFKILL=y > > # CONFIG_ATH9K_CHANNEL_CONTEXT is not set > > # CONFIG_ATH9K_PCOEM is not set > > +# CONFIG_ATH9K_PCI_NO_EEPROM is not set > > CONFIG_ATH9K_HTC=m > > # CONFIG_ATH9K_HTC_DEBUGFS is not set > > # CONFIG_ATH9K_HWRNG is not set > > @@ -2629,6 +2941,7 @@ CONFIG_ATH6KL_USB=m > > CONFIG_ATH6KL_DEBUG=y > > # CONFIG_ATH6KL_TRACING is not set > > CONFIG_AR5523=m > > +# CONFIG_WIL6210 is not set > > # CONFIG_ATH10K is not set > > # CONFIG_WCN36XX is not set > > # CONFIG_WLAN_VENDOR_ATMEL is not set > > @@ -2639,6 +2952,8 @@ CONFIG_B43_SSB=y > > CONFIG_B43_BUSES_BCMA_AND_SSB=y > > # CONFIG_B43_BUSES_BCMA is not set > > # CONFIG_B43_BUSES_SSB is not set > > +CONFIG_B43_PCI_AUTOSELECT=y > > +CONFIG_B43_PCICORE_AUTOSELECT=y > > CONFIG_B43_SDIO=y > > CONFIG_B43_BCMA_PIO=y > > CONFIG_B43_PIO=y > > @@ -2650,6 +2965,8 @@ CONFIG_B43_LEDS=y > > CONFIG_B43_HWRNG=y > > # CONFIG_B43_DEBUG is not set > > CONFIG_B43LEGACY=m > > +CONFIG_B43LEGACY_PCI_AUTOSELECT=y > > +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y > > CONFIG_B43LEGACY_LEDS=y > > CONFIG_B43LEGACY_HWRNG=y > > CONFIG_B43LEGACY_DEBUG=y > > @@ -2665,15 +2982,25 @@ CONFIG_BRCMSMAC=m > > # CONFIG_BRCMDBG is not set > > # CONFIG_WLAN_VENDOR_CISCO is not set > > CONFIG_WLAN_VENDOR_INTEL=y > > +# CONFIG_IPW2100 is not set > > +# CONFIG_IPW2200 is not set > > +# CONFIG_IWL4965 is not set > > +# CONFIG_IWL3945 is not set > > +# CONFIG_IWLWIFI is not set > > CONFIG_WLAN_VENDOR_INTERSIL=y > > CONFIG_HOSTAP=m > > CONFIG_HOSTAP_FIRMWARE=y > > CONFIG_HOSTAP_FIRMWARE_NVRAM=y > > +# CONFIG_HOSTAP_PLX is not set > > +# CONFIG_HOSTAP_PCI is not set > > +# CONFIG_HERMES is not set > > CONFIG_P54_COMMON=m > > CONFIG_P54_USB=m > > +# CONFIG_P54_PCI is not set > > CONFIG_P54_SPI=m > > # CONFIG_P54_SPI_DEFAULT_EEPROM is not set > > CONFIG_P54_LEDS=y > > +# CONFIG_PRISM54 is not set > > CONFIG_WLAN_VENDOR_MARVELL=y > > CONFIG_LIBERTAS=m > > CONFIG_LIBERTAS_USB=m > > @@ -2686,7 +3013,9 @@ CONFIG_LIBERTAS_THINFIRM=m > > CONFIG_LIBERTAS_THINFIRM_USB=m > > CONFIG_MWIFIEX=m > > CONFIG_MWIFIEX_SDIO=m > > +# CONFIG_MWIFIEX_PCIE is not set > > CONFIG_MWIFIEX_USB=m > > +# CONFIG_MWL8K is not set > > CONFIG_WLAN_VENDOR_MEDIATEK=y > > CONFIG_MT7601U=m > > CONFIG_MT76_CORE=m > > @@ -2696,10 +3025,18 @@ CONFIG_MT76x02_LIB=m > > CONFIG_MT76x02_USB=m > > CONFIG_MT76x0_COMMON=m > > CONFIG_MT76x0U=m > > +# CONFIG_MT76x0E is not set > > CONFIG_MT76x2_COMMON=m > > +# CONFIG_MT76x2E is not set > > CONFIG_MT76x2U=m > > +# CONFIG_MT7603E is not set > > +# CONFIG_MT7615E is not set > > CONFIG_WLAN_VENDOR_RALINK=y > > CONFIG_RT2X00=m > > +# CONFIG_RT2400PCI is not set > > +# CONFIG_RT2500PCI is not set > > +# CONFIG_RT61PCI is not set > > +# CONFIG_RT2800PCI is not set > > CONFIG_RT2500USB=m > > CONFIG_RT73USB=m > > CONFIG_RT2800USB=m > > @@ -2717,9 +3054,18 @@ CONFIG_RT2X00_LIB_CRYPTO=y > > CONFIG_RT2X00_LIB_LEDS=y > > # CONFIG_RT2X00_DEBUG is not set > > CONFIG_WLAN_VENDOR_REALTEK=y > > +# CONFIG_RTL8180 is not set > > CONFIG_RTL8187=m > > CONFIG_RTL8187_LEDS=y > > CONFIG_RTL_CARDS=m > > +# CONFIG_RTL8192CE is not set > > +# CONFIG_RTL8192SE is not set > > +# CONFIG_RTL8192DE is not set > > +# CONFIG_RTL8723AE is not set > > +# CONFIG_RTL8723BE is not set > > +# CONFIG_RTL8188EE is not set > > +# CONFIG_RTL8192EE is not set > > +# CONFIG_RTL8821AE is not set > > CONFIG_RTL8192CU=m > > CONFIG_RTLWIFI=m > > CONFIG_RTLWIFI_USB=m > > @@ -2751,6 +3097,7 @@ CONFIG_USB_ZD1201=m > > CONFIG_ZD1211RW=m > > # CONFIG_ZD1211RW_DEBUG is not set > > CONFIG_WLAN_VENDOR_QUANTENNA=y > > +# CONFIG_QTNFMAC_PCIE is not set > > CONFIG_MAC80211_HWSIM=m > > CONFIG_USB_NET_RNDIS_WLAN=m > > # CONFIG_VIRT_WIFI is not set > > @@ -2771,6 +3118,10 @@ CONFIG_HDLC_CISCO=m > > CONFIG_HDLC_FR=m > > CONFIG_HDLC_PPP=m > > CONFIG_HDLC_X25=m > > +# CONFIG_PCI200SYN is not set > > +# CONFIG_WANXL is not set > > +# CONFIG_PC300TOO is not set > > +# CONFIG_FARSYNC is not set > > # CONFIG_SLIC_DS26522 is not set > > CONFIG_DLCI=m > > CONFIG_DLCI_MAX=8 > > @@ -2786,6 +3137,7 @@ CONFIG_IEEE802154_ADF7242=m > > # CONFIG_IEEE802154_CA8210 is not set > > CONFIG_IEEE802154_MCR20A=m > > # CONFIG_IEEE802154_HWSIM is not set > > +# CONFIG_VMXNET3 is not set > > # CONFIG_NETDEVSIM is not set > > CONFIG_NET_FAILOVER=m > > # CONFIG_ISDN is not set > > @@ -3023,6 +3375,7 @@ CONFIG_RMI4_F30=y > > CONFIG_SERIO=y > > CONFIG_SERIO_SERPORT=m > > # CONFIG_SERIO_AMBAKMI is not set > > +# CONFIG_SERIO_PCIPS2 is not set > > CONFIG_SERIO_LIBPS2=y > > CONFIG_SERIO_RAW=m > > CONFIG_SERIO_ALTERA_PS2=m > > @@ -3049,6 +3402,14 @@ CONFIG_VT_HW_CONSOLE_BINDING=y > > CONFIG_UNIX98_PTYS=y > > # CONFIG_LEGACY_PTYS is not set > > CONFIG_SERIAL_NONSTANDARD=y > > +# CONFIG_ROCKETPORT is not set > > +# CONFIG_CYCLADES is not set > > +# CONFIG_MOXA_INTELLIO is not set > > +# CONFIG_MOXA_SMARTIO is not set > > +# CONFIG_SYNCLINKMP is not set > > +# CONFIG_SYNCLINK_GT is not set > > +# CONFIG_NOZOMI is not set > > +# CONFIG_ISI is not set > > CONFIG_N_HDLC=m > > # CONFIG_N_GSM is not set > > # CONFIG_TRACE_SINK is not set > > @@ -3066,6 +3427,8 @@ CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y > > # CONFIG_SERIAL_8250_FINTEK is not set > > CONFIG_SERIAL_8250_CONSOLE=y > > CONFIG_SERIAL_8250_DMA=y > > +CONFIG_SERIAL_8250_PCI=y > > +CONFIG_SERIAL_8250_EXAR=y > > # CONFIG_SERIAL_8250_MEN_MCB is not set > > CONFIG_SERIAL_8250_NR_UARTS=8 > > CONFIG_SERIAL_8250_RUNTIME_UARTS=8 > > @@ -3095,6 +3458,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y > > # CONFIG_SERIAL_UARTLITE is not set > > CONFIG_SERIAL_CORE=y > > CONFIG_SERIAL_CORE_CONSOLE=y > > +# CONFIG_SERIAL_JSM is not set > > CONFIG_SERIAL_MSM=y > > CONFIG_SERIAL_MSM_CONSOLE=y > > CONFIG_SERIAL_OMAP=y > > @@ -3108,6 +3472,7 @@ CONFIG_SERIAL_BCM63XX=m > > # CONFIG_SERIAL_IFX6X60 is not set > > # CONFIG_SERIAL_XILINX_PS_UART is not set > > # CONFIG_SERIAL_ARC is not set > > +# CONFIG_SERIAL_RP2 is not set > > # CONFIG_SERIAL_FSL_LPUART is not set > > # CONFIG_SERIAL_FSL_LINFLEXUART is not set > > # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set > > @@ -3138,6 +3503,7 @@ CONFIG_HW_RANDOM_OMAP=m > > CONFIG_HW_RANDOM_VIRTIO=m > > CONFIG_HW_RANDOM_IMX_RNGC=m > > CONFIG_HW_RANDOM_EXYNOS=m > > +# CONFIG_APPLICOM is not set > > CONFIG_RAW_DRIVER=m > > CONFIG_MAX_RAW_DEVS=256 > > CONFIG_TCG_TPM=m > > @@ -3150,6 +3516,7 @@ CONFIG_HW_RANDOM_TPM=y > > # CONFIG_TCG_VTPM_PROXY is not set > > # CONFIG_TCG_TIS_ST33ZP24_I2C is not set > > # CONFIG_TCG_TIS_ST33ZP24_SPI is not set > > +CONFIG_DEVPORT=y > > # CONFIG_XILLYBUS is not set > > # end of Character devices > > > > @@ -3188,6 +3555,25 @@ CONFIG_I2C_ALGOPCA=m > > # I2C Hardware Bus support > > # > > > > +# > > +# PC SMBus host controller drivers > > +# > > +# CONFIG_I2C_ALI1535 is not set > > +# CONFIG_I2C_ALI1563 is not set > > +# CONFIG_I2C_ALI15X3 is not set > > +# CONFIG_I2C_AMD756 is not set > > +# CONFIG_I2C_AMD8111 is not set > > +# CONFIG_I2C_I801 is not set > > +# CONFIG_I2C_ISCH is not set > > +# CONFIG_I2C_PIIX4 is not set > > +# CONFIG_I2C_NFORCE2 is not set > > +# CONFIG_I2C_NVIDIA_GPU is not set > > +# CONFIG_I2C_SIS5595 is not set > > +# CONFIG_I2C_SIS630 is not set > > +# CONFIG_I2C_SIS96X is not set > > +# CONFIG_I2C_VIA is not set > > +# CONFIG_I2C_VIAPRO is not set > > + > > # > > # I2C system bus drivers (mostly embedded / system-on-chip) > > # > > @@ -3195,6 +3581,7 @@ CONFIG_I2C_ALGOPCA=m > > # CONFIG_I2C_CADENCE is not set > > # CONFIG_I2C_CBUS_GPIO is not set > > # CONFIG_I2C_DESIGNWARE_PLATFORM is not set > > +# CONFIG_I2C_DESIGNWARE_PCI is not set > > # CONFIG_I2C_EMEV2 is not set > > CONFIG_I2C_EXYNOS5=y > > CONFIG_I2C_GPIO=m > > @@ -3256,6 +3643,7 @@ CONFIG_SPI_MEM=y > > CONFIG_SPI_BITBANG=m > > CONFIG_SPI_CADENCE=m > > CONFIG_SPI_DESIGNWARE=m > > +# CONFIG_SPI_DW_PCI is not set > > # CONFIG_SPI_DW_MMIO is not set > > # CONFIG_SPI_DLN2 is not set > > # CONFIG_SPI_FSL_LPSPI is not set > > @@ -3268,6 +3656,7 @@ CONFIG_SPI_IMX=m > > # CONFIG_SPI_OMAP24XX is not set > > # CONFIG_SPI_TI_QSPI is not set > > # CONFIG_SPI_PL022 is not set > > +# CONFIG_SPI_PXA2XX is not set > > CONFIG_SPI_ROCKCHIP=m > > # CONFIG_SPI_QCOM_QSPI is not set > > CONFIG_SPI_QUP=m > > @@ -3404,6 +3793,7 @@ CONFIG_GPIO_74XX_MMIO=m > > CONFIG_GPIO_ALTERA=m > > # CONFIG_GPIO_CADENCE is not set > > # CONFIG_GPIO_DWAPB is not set > > +# CONFIG_GPIO_EXAR is not set > > # CONFIG_GPIO_FTGPIO010 is not set > > CONFIG_GPIO_GENERIC_PLATFORM=y > > # CONFIG_GPIO_GRGPIO is not set > > @@ -3447,6 +3837,15 @@ CONFIG_GPIO_TPS65218=m > > # CONFIG_GPIO_UCB1400 is not set > > # end of MFD GPIO expanders > > > > +# > > +# PCI GPIO expanders > > +# > > +# CONFIG_GPIO_BT8XX is not set > > +# CONFIG_GPIO_PCI_IDIO_16 is not set > > +# CONFIG_GPIO_PCIE_IDIO_24 is not set > > +# CONFIG_GPIO_RDC321X is not set > > +# end of PCI GPIO expanders > > + > > # > > # SPI GPIO expanders > > # > > @@ -3548,6 +3947,7 @@ CONFIG_SENSORS_ASC7621=m > > CONFIG_SENSORS_ATXP1=m > > CONFIG_SENSORS_DS620=m > > CONFIG_SENSORS_DS1621=m > > +# CONFIG_SENSORS_I5K_AMB is not set > > CONFIG_SENSORS_F71805F=m > > CONFIG_SENSORS_F71882FG=m > > CONFIG_SENSORS_F75375S=m > > @@ -3645,6 +4045,7 @@ CONFIG_SENSORS_SHT15=m > > CONFIG_SENSORS_SHT21=m > > CONFIG_SENSORS_SHT3x=m > > CONFIG_SENSORS_SHTC1=m > > +# CONFIG_SENSORS_SIS5595 is not set > > CONFIG_SENSORS_DME1737=m > > CONFIG_SENSORS_EMC1403=m > > CONFIG_SENSORS_EMC2103=m > > @@ -3672,7 +4073,9 @@ CONFIG_SENSORS_TMP103=m > > CONFIG_SENSORS_TMP401=m > > CONFIG_SENSORS_TMP421=m > > # CONFIG_SENSORS_VEXPRESS is not set > > +# CONFIG_SENSORS_VIA686A is not set > > CONFIG_SENSORS_VT1211=m > > +# CONFIG_SENSORS_VT8231 is not set > > CONFIG_SENSORS_W83773G=m > > CONFIG_SENSORS_W83781D=m > > CONFIG_SENSORS_W83791D=m > > @@ -3775,23 +4178,40 @@ CONFIG_OMAP_WATCHDOG=m > > # CONFIG_TEGRA_WATCHDOG is not set > > CONFIG_QCOM_WDT=m > > # CONFIG_PM8916_WATCHDOG is not set > > +# CONFIG_ALIM7101_WDT is not set > > +# CONFIG_I6300ESB_WDT is not set > > # CONFIG_BCM2835_WDT is not set > > # CONFIG_MEN_A21_WDT is not set > > > > +# > > +# PCI-based Watchdog Cards > > +# > > +# CONFIG_PCIPCWATCHDOG is not set > > +# CONFIG_WDTPCI is not set > > + > > # > > # USB-based Watchdog Cards > > # > > CONFIG_USBPCWATCHDOG=m > > CONFIG_SSB_POSSIBLE=y > > CONFIG_SSB=m > > +CONFIG_SSB_SPROM=y > > CONFIG_SSB_BLOCKIO=y > > +CONFIG_SSB_PCIHOST_POSSIBLE=y > > +CONFIG_SSB_PCIHOST=y > > +CONFIG_SSB_B43_PCI_BRIDGE=y > > CONFIG_SSB_SDIOHOST_POSSIBLE=y > > CONFIG_SSB_SDIOHOST=y > > +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y > > +CONFIG_SSB_DRIVER_PCICORE=y > > # CONFIG_SSB_DRIVER_GPIO is not set > > CONFIG_BCMA_POSSIBLE=y > > CONFIG_BCMA=m > > CONFIG_BCMA_BLOCKIO=y > > +CONFIG_BCMA_HOST_PCI_POSSIBLE=y > > +CONFIG_BCMA_HOST_PCI=y > > # CONFIG_BCMA_HOST_SOC is not set > > +CONFIG_BCMA_DRIVER_PCI=y > > CONFIG_BCMA_DRIVER_GMAC_CMN=y > > CONFIG_BCMA_DRIVER_GPIO=y > > # CONFIG_BCMA_DEBUG is not set > > @@ -3831,6 +4251,9 @@ CONFIG_MFD_MC13XXX_I2C=m > > # CONFIG_MFD_HI6421_PMIC is not set > > CONFIG_HTC_PASIC3=m > > # CONFIG_HTC_I2CPLD is not set > > +# CONFIG_LPC_ICH is not set > > +# CONFIG_LPC_SCH is not set > > +# CONFIG_MFD_JANZ_CMODIO is not set > > # CONFIG_MFD_KEMPLD is not set > > # CONFIG_MFD_88PM800 is not set > > # CONFIG_MFD_88PM805 is not set > > @@ -3858,6 +4281,7 @@ CONFIG_UCB1400_CORE=m > > CONFIG_MFD_PM8XXX=m > > # CONFIG_MFD_QCOM_RPM is not set > > CONFIG_MFD_SPMI_PMIC=m > > +# CONFIG_MFD_RDC321X is not set > > # CONFIG_MFD_RT5033 is not set > > # CONFIG_MFD_RC5T583 is not set > > CONFIG_MFD_RK808=m > > @@ -3902,6 +4326,7 @@ CONFIG_MFD_WL1273_CORE=m > > # CONFIG_MFD_TC6387XB is not set > > # CONFIG_MFD_TC6393XB is not set > > # CONFIG_MFD_TQMX86 is not set > > +# CONFIG_MFD_VX855 is not set > > # CONFIG_MFD_LOCHNAGAR is not set > > # CONFIG_MFD_ARIZONA_I2C is not set > > # CONFIG_MFD_ARIZONA_SPI is not set > > @@ -4174,6 +4599,8 @@ CONFIG_DVB_USB_MXL111SF=m > > CONFIG_DVB_USB_RTL28XXU=m > > CONFIG_DVB_USB_DVBSKY=m > > # CONFIG_DVB_USB_ZD1301 is not set > > +# CONFIG_DVB_TTUSB_BUDGET is not set > > +# CONFIG_DVB_TTUSB_DEC is not set > > # CONFIG_SMS_USB_DRV is not set > > CONFIG_DVB_B2C2_FLEXCOP_USB=m > > # CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set > > @@ -4187,6 +4614,7 @@ CONFIG_VIDEO_EM28XX_V4L2=m > > CONFIG_VIDEO_EM28XX_ALSA=m > > # CONFIG_VIDEO_EM28XX_DVB is not set > > CONFIG_VIDEO_EM28XX_RC=m > > +# CONFIG_MEDIA_PCI_SUPPORT is not set > > # CONFIG_V4L_PLATFORM_DRIVERS is not set > > CONFIG_V4L_MEM2MEM_DRIVERS=y > > # CONFIG_VIDEO_CODA is not set > > @@ -4609,6 +5037,8 @@ CONFIG_DVB_SP2=m > > # > > # Graphics support > > # > > +CONFIG_VGA_ARB=y > > +CONFIG_VGA_ARB_MAX_GPUS=16 > > # CONFIG_TEGRA_HOST1X is not set > > CONFIG_IMX_IPUV3_CORE=m > > CONFIG_DRM=m > > @@ -4645,15 +5075,22 @@ CONFIG_DRM_MALI_DISPLAY=m > > # CONFIG_DRM_KOMEDA is not set > > # end of ARM devices > > > > +# CONFIG_DRM_RADEON is not set > > +# CONFIG_DRM_AMDGPU is not set > > + > > # > > # ACP (Audio CoProcessor) Configuration > > # > > # end of ACP (Audio CoProcessor) Configuration > > > > +# CONFIG_DRM_NOUVEAU is not set > > # CONFIG_DRM_VGEM is not set > > # CONFIG_DRM_VKMS is not set > > # CONFIG_DRM_EXYNOS is not set > > # CONFIG_DRM_UDL is not set > > +# CONFIG_DRM_AST is not set > > +# CONFIG_DRM_MGAG200 is not set > > +# CONFIG_DRM_CIRRUS_QEMU is not set > > # CONFIG_DRM_ARMADA is not set > > # CONFIG_DRM_ATMEL_HLCDC is not set > > # CONFIG_DRM_RCAR_DW_HDMI is not set > > @@ -4668,6 +5105,8 @@ CONFIG_DRM_SUN8I_MIXER=m > > CONFIG_DRM_SUN8I_TCON_TOP=m > > # CONFIG_DRM_OMAP is not set > > # CONFIG_DRM_TILCDC is not set > > +# CONFIG_DRM_QXL is not set > > +# CONFIG_DRM_BOCHS is not set > > CONFIG_DRM_VIRTIO_GPU=m > > CONFIG_DRM_MSM=m > > CONFIG_DRM_MSM_GPU_STATE=y > > @@ -4808,12 +5247,36 @@ CONFIG_FB_TILEBLITTING=y > > # > > # Frame buffer hardware drivers > > # > > +# CONFIG_FB_CIRRUS is not set > > +# CONFIG_FB_PM2 is not set > > CONFIG_FB_ARMCLCD=m > > # CONFIG_FB_IMX is not set > > +# CONFIG_FB_CYBER2000 is not set > > +# CONFIG_FB_ASILIANT is not set > > +# CONFIG_FB_IMSTT is not set > > CONFIG_FB_UVESA=m > > CONFIG_FB_EFI=y > > # CONFIG_FB_OPENCORES is not set > > CONFIG_FB_S1D13XXX=m > > +# CONFIG_FB_NVIDIA is not set > > +# CONFIG_FB_RIVA is not set > > +# CONFIG_FB_I740 is not set > > +# CONFIG_FB_MATROX is not set > > +# CONFIG_FB_RADEON is not set > > +# CONFIG_FB_ATY128 is not set > > +# CONFIG_FB_ATY is not set > > +# CONFIG_FB_S3 is not set > > +# CONFIG_FB_SAVAGE is not set > > +# CONFIG_FB_SIS is not set > > +# CONFIG_FB_NEOMAGIC is not set > > +# CONFIG_FB_KYRO is not set > > +# CONFIG_FB_3DFX is not set > > +# CONFIG_FB_VOODOO1 is not set > > +# CONFIG_FB_VT8623 is not set > > +# CONFIG_FB_TRIDENT is not set > > +# CONFIG_FB_ARK is not set > > +# CONFIG_FB_PM3 is not set > > +# CONFIG_FB_CARMINE is not set > > CONFIG_FB_SM501=m > > # CONFIG_FB_SMSCUFX is not set > > # CONFIG_FB_UDL is not set > > @@ -4822,9 +5285,11 @@ CONFIG_FB_SM501=m > > # CONFIG_FB_DA8XX is not set > > # CONFIG_FB_VIRTUAL is not set > > CONFIG_FB_METRONOME=m > > +# CONFIG_FB_MB862XX is not set > > CONFIG_FB_MX3=m > > # CONFIG_FB_SIMPLE is not set > > # CONFIG_FB_SSD1307 is not set > > +# CONFIG_FB_SM712 is not set > > # CONFIG_FB_OMAP2 is not set > > # end of Frame buffer Devices > > > > @@ -4923,10 +5388,63 @@ CONFIG_SND_SERIAL_U16550=m > > CONFIG_SND_MPU401=m > > CONFIG_SND_AC97_POWER_SAVE=y > > CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 > > +CONFIG_SND_PCI=y > > +# CONFIG_SND_AD1889 is not set > > +# CONFIG_SND_ATIIXP is not set > > +# CONFIG_SND_ATIIXP_MODEM is not set > > +# CONFIG_SND_AU8810 is not set > > +# CONFIG_SND_AU8820 is not set > > +# CONFIG_SND_AU8830 is not set > > +# CONFIG_SND_AW2 is not set > > +# CONFIG_SND_BT87X is not set > > +# CONFIG_SND_CA0106 is not set > > +# CONFIG_SND_CMIPCI is not set > > +# CONFIG_SND_OXYGEN is not set > > +# CONFIG_SND_CS4281 is not set > > +# CONFIG_SND_CS46XX is not set > > +# CONFIG_SND_CTXFI is not set > > +# CONFIG_SND_DARLA20 is not set > > +# CONFIG_SND_GINA20 is not set > > +# CONFIG_SND_LAYLA20 is not set > > +# CONFIG_SND_DARLA24 is not set > > +# CONFIG_SND_GINA24 is not set > > +# CONFIG_SND_LAYLA24 is not set > > +# CONFIG_SND_MONA is not set > > +# CONFIG_SND_MIA is not set > > +# CONFIG_SND_ECHO3G is not set > > +# CONFIG_SND_INDIGO is not set > > +# CONFIG_SND_INDIGOIO is not set > > +# CONFIG_SND_INDIGODJ is not set > > +# CONFIG_SND_INDIGOIOX is not set > > +# CONFIG_SND_INDIGODJX is not set > > +# CONFIG_SND_ENS1370 is not set > > +# CONFIG_SND_ENS1371 is not set > > +# CONFIG_SND_FM801 is not set > > +# CONFIG_SND_HDSP is not set > > +# CONFIG_SND_HDSPM is not set > > +# CONFIG_SND_ICE1724 is not set > > +# CONFIG_SND_INTEL8X0 is not set > > +# CONFIG_SND_INTEL8X0M is not set > > +# CONFIG_SND_KORG1212 is not set > > +# CONFIG_SND_LOLA is not set > > +# CONFIG_SND_MIXART is not set > > +# CONFIG_SND_NM256 is not set > > +# CONFIG_SND_PCXHR is not set > > +# CONFIG_SND_RIPTIDE is not set > > +# CONFIG_SND_RME32 is not set > > +# CONFIG_SND_RME96 is not set > > +# CONFIG_SND_RME9652 is not set > > +# CONFIG_SND_SE6X is not set > > +# CONFIG_SND_VIA82XX is not set > > +# CONFIG_SND_VIA82XX_MODEM is not set > > +# CONFIG_SND_VIRTUOSO is not set > > +# CONFIG_SND_VX222 is not set > > +# CONFIG_SND_YMFPCI is not set > > > > # > > # HD-Audio > > # > > +# CONFIG_SND_HDA_INTEL is not set > > # CONFIG_SND_HDA_TEGRA is not set > > # end of HD-Audio > > > > @@ -5332,6 +5850,7 @@ CONFIG_USB_LED_TRIG=y > > # CONFIG_USB_CONN_GPIO is not set > > CONFIG_USB_ARCH_HAS_HCD=y > > CONFIG_USB=m > > +CONFIG_USB_PCI=y > > CONFIG_USB_ANNOUNCE_NEW_DEVICES=y > > > > # > > @@ -5353,10 +5872,12 @@ CONFIG_USB_MON=m > > CONFIG_USB_C67X00_HCD=m > > CONFIG_USB_XHCI_HCD=m > > # CONFIG_USB_XHCI_DBGCAP is not set > > +CONFIG_USB_XHCI_PCI=m > > CONFIG_USB_XHCI_PLATFORM=m > > CONFIG_USB_EHCI_HCD=m > > # CONFIG_USB_EHCI_ROOT_HUB_TT is not set > > CONFIG_USB_EHCI_TT_NEWSCHED=y > > +CONFIG_USB_EHCI_PCI=m > > # CONFIG_USB_EHCI_FSL is not set > > # CONFIG_USB_EHCI_MXC is not set > > CONFIG_USB_EHCI_HCD_OMAP=m > > @@ -5368,9 +5889,11 @@ CONFIG_USB_ISP116X_HCD=m > > # CONFIG_USB_FOTG210_HCD is not set > > # CONFIG_USB_MAX3421_HCD is not set > > CONFIG_USB_OHCI_HCD=m > > +CONFIG_USB_OHCI_HCD_PCI=m > > # CONFIG_USB_OHCI_HCD_SSB is not set > > # CONFIG_USB_OHCI_EXYNOS is not set > > CONFIG_USB_OHCI_HCD_PLATFORM=m > > +# CONFIG_USB_UHCI_HCD is not set > > CONFIG_USB_U132_HCD=m > > CONFIG_USB_SL811_HCD=m > > CONFIG_USB_SL811_HCD_ISO=y > > @@ -5594,6 +6117,7 @@ CONFIG_MMC_QCOM_DML=y > > CONFIG_MMC_STM32_SDMMC=y > > CONFIG_MMC_SDHCI=m > > CONFIG_MMC_SDHCI_IO_ACCESSORS=y > > +# CONFIG_MMC_SDHCI_PCI is not set > > CONFIG_MMC_SDHCI_PLTFM=m > > CONFIG_MMC_SDHCI_OF_ARASAN=m > > # CONFIG_MMC_SDHCI_OF_ASPEED is not set > > @@ -5610,7 +6134,10 @@ CONFIG_MMC_SDHCI_F_SDH30=m > > CONFIG_MMC_OMAP_HS=m > > CONFIG_MMC_SDHCI_MSM=m > > CONFIG_MMC_MXC=m > > +# CONFIG_MMC_TIFM_SD is not set > > # CONFIG_MMC_SPI is not set > > +# CONFIG_MMC_CB710 is not set > > +# CONFIG_MMC_VIA_SDMMC is not set > > # CONFIG_MMC_DW is not set > > CONFIG_MMC_VUB300=m > > # CONFIG_MMC_USHC is not set > > @@ -5618,6 +6145,7 @@ CONFIG_MMC_VUB300=m > > CONFIG_MMC_REALTEK_USB=m > > CONFIG_MMC_SUNXI=m > > CONFIG_MMC_CQHCI=m > > +# CONFIG_MMC_TOSHIBA_PCI is not set > > # CONFIG_MMC_BCM2835 is not set > > CONFIG_MMC_MTK=m > > # CONFIG_MMC_SDHCI_XENON is not set > > @@ -5636,6 +6164,9 @@ CONFIG_MSPRO_BLOCK=m > > # > > # MemoryStick Host Controller Drivers > > # > > +# CONFIG_MEMSTICK_TIFM_MS is not set > > +# CONFIG_MEMSTICK_JMICRON_38X is not set > > +# CONFIG_MEMSTICK_R592 is not set > > CONFIG_MEMSTICK_REALTEK_USB=m > > CONFIG_NEW_LEDS=y > > CONFIG_LEDS_CLASS=y > > @@ -5888,6 +6419,7 @@ CONFIG_QCOM_BAM_DMA=m > > # CONFIG_QCOM_HIDMA_MGMT is not set > > # CONFIG_QCOM_HIDMA is not set > > # CONFIG_DW_DMAC is not set > > +# CONFIG_DW_DMAC_PCI is not set > > CONFIG_TI_CPPI41=m > > CONFIG_TI_EDMA=y > > CONFIG_DMA_OMAP=y > > @@ -5918,12 +6450,20 @@ CONFIG_AUXDISPLAY=y > > # CONFIG_CHARLCD_BL_ON is not set > > CONFIG_CHARLCD_BL_FLASH=y > > CONFIG_UIO=m > > +# CONFIG_UIO_CIF is not set > > CONFIG_UIO_PDRV_GENIRQ=m > > # CONFIG_UIO_DMEM_GENIRQ is not set > > +# CONFIG_UIO_AEC is not set > > +# CONFIG_UIO_SERCOS3 is not set > > +# CONFIG_UIO_PCI_GENERIC is not set > > +# CONFIG_UIO_NETX is not set > > # CONFIG_UIO_PRUSS is not set > > +# CONFIG_UIO_MF624 is not set > > CONFIG_VIRT_DRIVERS=y > > CONFIG_VIRTIO=m > > CONFIG_VIRTIO_MENU=y > > +CONFIG_VIRTIO_PCI=m > > +CONFIG_VIRTIO_PCI_LEGACY=y > > CONFIG_VIRTIO_BALLOON=m > > # CONFIG_VIRTIO_INPUT is not set > > CONFIG_VIRTIO_MMIO=m > > @@ -5938,13 +6478,17 @@ CONFIG_VIRTIO_MMIO=m > > CONFIG_STAGING=y > > # CONFIG_PRISM2_USB is not set > > # CONFIG_COMEDI is not set > > +# CONFIG_RTL8192U is not set > > CONFIG_RTLLIB=m > > CONFIG_RTLLIB_CRYPTO_CCMP=m > > CONFIG_RTLLIB_CRYPTO_TKIP=m > > CONFIG_RTLLIB_CRYPTO_WEP=m > > +# CONFIG_RTL8192E is not set > > # CONFIG_RTL8723BS is not set > > # CONFIG_R8712U is not set > > # CONFIG_R8188EU is not set > > +# CONFIG_RTS5208 is not set > > +# CONFIG_VT6655 is not set > > # CONFIG_VT6656 is not set > > > > # > > @@ -6005,6 +6549,8 @@ CONFIG_RTLLIB_CRYPTO_WEP=m > > # end of Resolver to digital converters > > # end of IIO staging drivers > > > > +# CONFIG_FB_SM750 is not set > > + > > # > > # Speakup console speech > > # > > @@ -6069,11 +6615,14 @@ CONFIG_FB_TFT_UC1611=m > > > > # CONFIG_XIL_AXIS_FIFO is not set > > # CONFIG_FIELDBUS_DEV is not set > > +# CONFIG_KPC2000 is not set > > CONFIG_USB_WUSB=m > > # CONFIG_USB_WUSB_CBAF is not set > > +# CONFIG_USB_WHCI_HCD is not set > > CONFIG_USB_HWA_HCD=m > > CONFIG_UWB=m > > CONFIG_UWB_HWA=m > > +# CONFIG_UWB_WHCI is not set > > CONFIG_UWB_I1480U=m > > CONFIG_EXFAT_FS=m > > CONFIG_EXFAT_DONT_MOUNT_VFAT=y > > @@ -6083,6 +6632,7 @@ CONFIG_EXFAT_DISCARD=y > > # CONFIG_EXFAT_DEBUG_MSG is not set > > CONFIG_EXFAT_DEFAULT_CODEPAGE=437 > > CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8" > > +# CONFIG_QLGE is not set > > # CONFIG_GOLDFISH is not set > > # CONFIG_MFD_CROS_EC is not set > > # CONFIG_CHROME_PLATFORMS is not set > > @@ -6731,6 +7281,8 @@ CONFIG_TI_AM335X_ADC=m > > # CONFIG_MAX31856 is not set > > # end of Temperature sensors > > > > +# CONFIG_NTB is not set > > +# CONFIG_VME_BUS is not set > > CONFIG_PWM=y > > CONFIG_PWM_SYSFS=y > > # CONFIG_PWM_ATMEL_HLCDC_PWM is not set > > @@ -6813,6 +7365,7 @@ CONFIG_PHY_TI_GMII_SEL=m > > > > # CONFIG_POWERCAP is not set > > CONFIG_MCB=m > > +# CONFIG_MCB_PCI is not set > > # CONFIG_MCB_LPC is not set > > > > # > > @@ -7419,6 +7972,7 @@ CONFIG_CRYPTO_USER_API_AEAD=m > > # CONFIG_CRYPTO_STATS is not set > > CONFIG_CRYPTO_HASH_INFO=y > > CONFIG_CRYPTO_HW=y > > +# CONFIG_CRYPTO_DEV_HIFN_795X is not set > > CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=m > > CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=m > > CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=m >