summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-21cfg: declare CONFIG_DRM_KMS_HELPER non-hardwareyocto-5.8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-19drm: change CONFIG_DRM_KMS_HELPER to =mBruce Ashfield
This option is m selected by our dependencies, so lets align with them and avoid a warning. We keep the option, so that if it changes in the future, we'll get the warning again. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-19tiny: enable CONFIG_FW_LOADER on a per-BSP basisBruce Ashfield
With updates to the tooling, we now get a warning that base.cfg turns off CONFIG_FW_LOADER, but that it is enabled for certain -tiny BSPs. Since we want this warning to indicate if extra functionality has been enabled, we leave it as-is in base.cfg, but turn the option on per-BSP to indicate we really do want it on (and silence the warning). Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-19i915: adust helper to 'm'Bruce Ashfield
Fixing the following warning, we can't set it to 'y', when it is 'm' selected otherwise: [NOTE]: 'CONFIG_DRM_KMS_HELPER' last val (y) and .config val (m) do not match [INFO]: CONFIG_DRM_KMS_HELPER : m ## .config: 2331 :configs/v5.10/standard/tiny/features/i915/i915.cfg (y) [INFO]: raw config text: config DRM_KMS_HELPER tristate depends on DRM && HAS_IOMEM help CRTC helpers for KMS drivers. Config 'DRM_KMS_HELPER' has the following Direct dependencies (DRM_KMS_HELPER=y): DRM(=y) && HAS_IOMEM(=y) Parent dependencies are: DRM [y] HAS_IOMEM [y] [INFO]: config 'CONFIG_DRM_KMS_HELPER' was set, but it wasn't assignable, check (parent) dependencies [INFO]: selection details for 'CONFIG_DRM_KMS_HELPER': Symbols currently m-selecting this symbol: - DRM_I915 - DRM_CIRRUS_QEMU Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-13qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUTAlexander Kanavin
This will address libinput ptest failures: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html qemux86_64 already has it enabled. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01qemuppc: configure the CONFIG_SCSI to '=y'Yanfei Xu
Changing CONFIG_SCSI from '=m' to '=y' to be consistent with its direct dependency, which is 'CONFIG_SCSI_VIRTIO=y' in virtio.cfg. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-11-10kver: bumping to v5.8.18Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-11-03bsp/mti-malta64: fix warning of CONFIG_SCSI_VIRTIO on qemumips64Zqiang
[NOTE]: 'CONFIG_SCSI_VIRTIO' last val (y) and .config val (m) do not match [INFO]: CONFIG_SCSI_VIRTIO : m ## .config: 1582 :configs/v5.4/ standard/mti-malta64/cfg/virtio.cfg (y) [INFO]: raw config text: config SCSI_VIRTIO tristate "virtio-scsi support" depends on VIRTIO && SCSI_LOWLEVEL && SCSI help This is the virtual HBA driver for virtio. If the kernel will be used in a virtual machine, say Y or M. Config 'SCSI_VIRTIO' has the following Direct dependencies (SCSI_VIRTIO=m): VIRTIO(=y) && SCSI_LOWLEVEL(=y) && SCSI(=m) Parent dependencies are: SCSI_LOWLEVEL [y] SCSI [m] VIRTIO [y] CONFIG_SCSI_VIRTIO is 'y' depend CONFIG_SCSI so also set CONFIG_SCSI as 'y' in mti-malta64. Signed-off-by: Zqiang <qiang.zhang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-11-03net/l2tp.cfg: fix CONFIG_PPPOL2TP mismatched warningsZqiang
do_kernel_configcheck warning of CONFIG_PPPOL2TP on intel-x86-64: [NOTE]: 'CONFIG_PPPOL2TP' last val (y) and .config val (m) do not match [INFO]: l2tp.cfg : m ## .config: 2310 :configs/standard/intel-x86/ cgl/cfg/net/l2tp.cfg (y) config PPPOL2TP tristate "PPP over L2TP" depends on L2TP && PPP && PPP && NETDEVICES help Support for PPP-over-L2TP socket family. L2TP is a protocol used by ISPs and enterprises to tunnel PPP traffic over UDP tunnels. L2TP is replacing PPTP for VPN uses. Config 'PPPOL2TP' has the following Direct dependencies (PPPOL2TP=m): L2TP(=y) && PPP(=m) && NETDEVICES(=y) Parent dependencies are: NETDEVICES [y] PPP [m] L2TP [y] the CONFIG_PPPOL2TP depend CONFIG_PPP, the CONFIG_PPP be set 'm' in standard.cfg, set CONFIG_PPPOL2TP as 'm' in l2tp.cfg Signed-off-by: Zqiang <qiang.zhang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-11-02kver: bumping to v5.8.17Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-20kver: bumping to v5.8.16Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-16kver: bumping to v5.8.15Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-14bsp/intel-corei7-64: add intel-sst.sccNaveen Saini
Move intel-sst.scc to intel-corei7-64.scc, which is common place for 64-bit features. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-14bsp/intel-corei7-64: Add X2APIC featureNaveen Saini
This feature enables X2APIC support Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-10-06kver: bumping to v5.8.13Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-29kver: bumping to v5.8.12Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-23kver: bumping to v5.8.11Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-22beaglebone: Switch to sdhci-omap driverKevin Hao
Due to the change in the kernel commit 0b4edf111870 ("ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver"), we need to switch the mmc controller driver to sdhci-omap. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-14kver: bumping to v5.8.9Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-13ti-am335x: Clean up useless and badly formatted fragmentsHe Zhe
Fix the following warning. WARNING: linux-yocto-5.4.x do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: Fragments with badly formatted configuration options: - fragment configs/v5.4/standard/ti-am335x/bsp/ti-am335x/ti-am335x.cfg has the following issues: #CONFIG_USB_ANNOUNCE_NEW_DEVICES=y - fragment configs/v5.4/standard/ti-am335x/bsp/ti-am335x/ti-am335x.cfg has the following issues: #CONFIG_USB_MON=m Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-13features/nf_tables: remove duplicate entrySam Zeter
This patch fixes: Warning: Value of CONFIG_NFT_REJECT_IPV6 is defined multiple times within fragment ... features/nf_tables/nf_tables.cfg: CONFIG_NFT_REJECT_IPV6=m CONFIG_NFT_REJECT_IPV6=m Signed-off-by: Sam Zeter <szeter@digi.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-09kver: bumping to v5.8.8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-02netfilter: Enable nat for ipv4 and ipv6He Zhe
nat is widely used in virtualization environment. For example, libvirt expects one of ipv4 and ipv6 nat working by default. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-01kver: bumping to v5.8.5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-27Revert "bpf: Add CONFIG_IKHEADERS"Bruce Ashfield
This reverts commit 5ed9a90606e58962adada68e77ab387e8ae43f58.
2020-08-26kver: bumping to v5.8.4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-26features: rename INTEL_PMC_IPC to MFD_INTEL_PMC_BXTAnuj Mittal
And set it to m to avoid conflicts when coretemp.scc is also included. Also fix the dependencies that rely on this config. See: https://github.com/torvalds/linux/commit/25f1ca31e230598eaf3c38d387a355a64bd772a7 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-26features/inline: removeAnuj Mittal
Remove CONFIG_OPTIMIZE_INLINING and associated features entirely. The config has been removed starting 5.7. https://github.com/torvalds/linux/commit/889b3c1245de48ed0cacf7aebb25c489d3e4a3e9 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-26intel-tco: switch ITCO_WDT to loadable moduleAnuj Mittal
The watchdog driver can't be y when MFD driver is a loadable module. Switch the config from y to m to avoid cases when MFD driver is also enabled as m. See: https://github.com/torvalds/linux/commit/b30c1a464c29baf646a5726d90ea3537e775ac85 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-26bsp: Drop the stale USB_MUSB_AM335X_CHILDKevin Hao
The corresponding driver has been dropped by the kernel commit 4baa550ecc86 ("usb: musb: remove dummy driver musb_am335x.c"), so also drop the stale kernel option in the BSPs' cfg. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-25kver: bumping to v5.8.3Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-24nfs: allow udp based NFSBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-23linux-yocto/rt: enable kprobes by defaultBruce Ashfield
Traditionally kprobes and -rt haven't mixed well, but recent -rt kernels support kprobes without issues. lttng now requires kprobes to be enabled, or the following error is thrown: | build/tmp/work/qemux86_64-poky-linux/lttng-modules/2.12.2-r0/lttng-modules-2.12.2/wrapper/kallsyms.c:20:3: error: #error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0" | 20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0" | | ^~~~~ | make[3]: *** [build/tmp/work-shared/qemux86-64/kernel-source/scripts/Makefile.build:280: build/tmp/work/qemux86_64-poky-linux/lttng-modules/2.12.2-r0/lttng-modules-2.12.2/wrapper/kallsyms.o] Error 1 By including the kprobes fragment into the -rt kernel by default, we fix the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-22virtio: declare CONFIG_SCSI_VIRTIO as non-hwBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-20ti-am335x: enable sdhci-omap driver for SD CardJun Miao
Because of the commit 0b4edf111870 ("dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver") in kernel Linux 5.8-rc3, open the sdhci-omap driver config fragment to support SD Card. Signed-off-by: Jun Miao <jun.miao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-19kver: bumping to v5.8.2Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-17bsp/intel-x86: Fix badly formatted config GPIO_GENERIC_PLATFORMYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-17bcm-2xxx-rpi: fix a kernel config typoLimeng
Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-16bcm-2xxx-rpi: enable USB camera support on raspberry pi 4 platformLimeng
Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-13kver: bumping to v5.8.1Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-11malta: drop duplicate patch specificationBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-10defconfigs: drop obselete optionsBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: defconfigs: drop obselete options Date: Mon, 10 Aug 2020 22:40:22 -0400 Remove the following options from the various defconfigs, since they are no longer valid, and will be reported as such by the tools: CONFIG_TYPEC_HD3SS3220 CONFIG_MFD_CROS_EC_CHARDEV CONFIG_MTD_M25P80 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07features/media: set default for DVB_CORE to mAnuj Mittal
MEDIA_SUPPORT is set by default to m so DVB_CORE can't be y and this is the only tristate that we set to y that is controlled by MEDIA_SUPPORT. Change it to m. Fixes: [NOTE]: 'CONFIG_DVB_CORE' last val (y) and .config val (m) do not match [INFO]: CONFIG_DVB_CORE : m ## .config: 3617 :configs/v5.4/standard/features/media/media.cfg (y) [INFO]: raw config text: config DVB_CORE tristate default y select CRC32 depends on MEDIA_SUPPORT && MEDIA_DIGITAL_TV_SUPPORT && (I2C || I2C = n) && MEDIA_SUPPORT Config 'DVB_CORE' has the following Direct dependencies (DVB_CORE=m): MEDIA_SUPPORT(=m) && MEDIA_DIGITAL_TV_SUPPORT(=y) && I2C(=y) || I2C(=y) = n (=y) Parent dependencies are: MEDIA_DIGITAL_TV_SUPPORT [y] MEDIA_SUPPORT [m] I2C [y] [INFO]: config 'CONFIG_DVB_CORE' was set, but it wasn't assignable, check (parent) dependencies Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07v5.8 mismatch fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07i915: drop options removed in v5.8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07meta: update hardware and non-hardware buckets for 5.8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-075.8: update kern-features descriptionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07ktypes: prep for v5.8 branchesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-07aufs5: aufs5-kbuildBruce Ashfield
1/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: aufs5-kbuild Date: Fri, 7 Aug 2020 09:50:46 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: aufs5-base Date: Fri, 7 Aug 2020 09:53:21 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 3/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: aufs5-mmap Date: Fri, 7 Aug 2020 09:54:28 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 4/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: aufs5-standalone Date: Fri, 7 Aug 2020 09:55:26 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] 5/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: core Date: Fri, 7 Aug 2020 09:56:48 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-05hdmi-module: Add fragment to enable Xilinx hdmi-moduleChandana kalluri
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>