Commit Graph

90 Commits

Author SHA1 Message Date
Peter Robinson fd248cd7f5 enable iProc rng200 on arm 2020-02-10 07:36:43 +00:00
Jeremy Cline dde5675700 Linux v5.5-9824-g90568ecf5615
This also enables:
  - DM_CLONE as a module (rhbz 1799060)
  - PCI Express devices on RockChip SoCs (rhbz 1792564)
2020-02-07 11:53:17 -05:00
Jeremy Cline 2d1a677e51 Linux v5.5-9737-g4c46bef2e96a 2020-02-06 09:20:10 -05:00
Jeremy Cline 2be352ba91 Linux v5.5-9402-g6992ca0dd017 2020-02-05 09:39:51 -05:00
Jeremy Cline 8ced7a7bf5 Temporarily disable STACKPROTECTOR_STRONG for x86 (rhbz 1796780)
Kernels built with gcc 10.0.1-0.7.fc32 and STACKPROTECTOR_STRONG panic
on boot due to a corrupted stack.
2020-02-04 13:51:30 -05:00
Jeremy Cline 2877cca02d Disable CONFIG_DRM_DP_CEC temporarily
This setting introduces a dependency in drm_kms_helpers.ko on cec.ko but
cec.ko is in the media subsystem and is filtered into kernel-modules,
but drm_kms_helpers.ko is in kernel-core. There's not an easy way to
pick up cec.ko for kernel-core to satisfy the module dependency in the
current filtering scripts so I'm turning this off until the script can
be adjusted to make this easier.

When flipping this back on, CONFIG_CEC_CORE also needs to be turned on.
2020-02-04 13:51:30 -05:00
Jeremy Cline 2bdd226657 Linux v5.5-8686-g14cd0bd04907 2020-02-03 11:38:06 -05:00
Peter Robinson 35a68a57f7 disble BT_CMTP (CAPI Message Transport Protocol), we disable ISDN 2020-01-31 11:04:00 +00:00
Jeremy Cline f15fea450f Linux v5.5-3996-gb3a608222336 2020-01-29 12:22:59 -05:00
Peter Robinson 4f983e9658 ima: enable system extra cert to enable adding an extra cert without needing custom kernels 2020-01-29 13:15:29 +00:00
Paul Bolle 414db95e44 Kconfig symbol cleanup for v5.5-rc1
There are 14 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that were
dropped in upstream v5.5-rc1. The references to these symbols can be
safely removed.

These symbols are:
    CONFIG_CALGARY_IOMMU
    CONFIG_CRC_PMIC_OPREGION
    CONFIG_CRYPTO_BLKCIPHER
    CONFIG_HEADERS_CHECK
    CONFIG_HEADER_TEST
    CONFIG_INFINIBAND_CXGB3
    CONFIG_INPUT_KXTJ9_POLLED_MODE
    CONFIG_KERNEL_HEADER_TEST
    CONFIG_PCIEASPM_DEBUG
    CONFIG_PWM_TIPWMSS
    CONFIG_QCOM_SDM845_LLCC
    CONFIG_REFCOUNT_FULL
    CONFIG_SIMPLE_GPIO
    CONFIG_SND_HDA_INTEL_DETECT_DMIC

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2020-01-25 10:27:15 +01:00
Peter Robinson b5c9f2d0fe arm: qcom: disable some 32 bit HW in aarch64 2020-01-21 19:37:40 +00:00
Justin M. Forbes 490fa4af43 Enable EROFS as it has been promoted from staging 2020-01-09 11:15:35 -06:00
Peter Robinson f4c04a343a enable CRYPTO_DEV_ATMEL_SHA204A driver, it's used in a number of devices across a few architectures 2020-01-08 05:53:59 +00:00
Peter Robinson 131070b110 enable CRYPTO_DEV_ATMEL_ECC driver, it's used in a number of devices across a few architectures 2020-01-08 05:45:46 +00:00
Hans de Goede 75fed581f6 Make the MFD Intel LPSS driver builtin, some devices require this to be
available early during boot (rhbz#1787997)
2020-01-06 17:51:19 +01:00
Jaroslav Kysela 418b602465 Enable ASoC SOF driver for Intel DSP 2019-12-16 14:35:43 -05:00
Peter Robinson e479e45f10 arm: a few more updates 2019-12-11 08:28:14 +00:00
Peter Robinson 2352fc874d 5.5 Updates for ARMv7/aarch64, Enable newer TI ARMv7 platforms 2019-12-11 02:35:43 +00:00
Laura Abbott f225911f0c Revert "Goodbye CONFIG_AX25"
This reverts commit e3676c312d.

Turns out I cannot read and this is not the correct option.
2019-12-10 09:16:42 -05:00
Laura Abbott e3676c312d Goodbye CONFIG_AX25
Upstream is looking to turn this off
https://patchwork.ozlabs.org/patch/1206351/
2019-12-09 12:18:32 -05:00
Justin M. Forbes 3c594e0587 Linux v5.4-11747-g2f13437b8917 2019-12-05 10:47:01 -06:00
Peter Robinson fa7d07278e arm: minor config updates 2019-12-05 11:23:48 +00:00
Justin M. Forbes 7461345390 Linux v5.4-11681-g63de37476ebd 2019-12-04 09:18:53 -06:00
Justin M. Forbes 7e8e0b495b Linux v5.4-11180-g76bb8b05960c 2019-12-03 12:41:35 -06:00
Justin M. Forbes abd6b9505d Linux v5.4-10271-g596cf45cbf6e 2019-12-02 12:50:34 -06:00
Justin M. Forbes fa3a43c8e6 Linux v5.4-5280-g89d57dddd7d3 2019-11-27 13:03:10 -06:00
Justin M. Forbes 17ffa26d54 Linux v5.4-3619-gbe2eca94d144 2019-11-26 12:44:01 -06:00
Peter Robinson d6de88bcac Enable drivers for a number of the RPi HATs, minor config tidy ups 2019-11-24 16:57:13 +00:00
Laura Abbott 7340224cd7 Enable CONFIG_TLS_DEVICE
We could potentially offload TLS. Enable this option.
2019-11-22 10:59:28 -05:00
Laura Abbott 3792ab811f Enable CONFIG_LIVEPATCH
No Fedora doesn't support delivering livepatches to the kernel but it's
useful to validate the infrastructure around livepatch.

Signed-off-by: Laura Abbott <labbott@redhat.com>
2019-11-22 10:59:28 -05:00
Laura Abbott 190ce77780 Enable CONFIG_PARAVIRT_SPINLOCKS
This seems like an option we should have had on a while a go
2019-11-22 10:59:28 -05:00
Laura Abbott 95f65f02fb Enable CONFIG_X86_5LEVEL
Most Fedora users will never actually need it but
it should be stable enough at this point.
2019-11-22 10:59:28 -05:00
Laura Abbott d5de293668 enable CONFIG_RDMA_SIW
Useful for verification of RDMA
2019-11-22 10:59:27 -05:00
Laura Abbott fd12e13e28 enable CONFIG_NETDEVSIM
useful for networking developers
2019-11-22 10:59:27 -05:00
Laura Abbott 7b45617ef7 Enable CONFIG_IONIC
It's an ethernet driver.
2019-11-22 10:59:27 -05:00
Laura Abbott e601d48b50 Enable some header building options
This installs local headers and also runs various checks. Some
of this isn't completely relevant with the split out headers
but overall it's the right approach for validation.
2019-11-22 10:59:27 -05:00
Laura Abbott 0de6709e23 Enable CONFIG_CPU_IDLE_GOV_HALTPOLL 2019-11-22 10:59:27 -05:00
Peter Robinson 2a05296f13 arm: minor usb config tweaks 2019-11-17 22:16:11 +00:00
Laura Abbott d0a82f1e0f Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00