summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.20.4 rebaseJustin M. Forbes2019-01-23870-602/+248
|
* Linux v4.19.14Jeremy Cline2019-01-091-0/+1
|
* Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984)Hans de Goede2018-12-271-1/+1
|
* Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7)Justin M. Forbes2018-12-191-1/+1
|
* configs: correct cpu accounting configurationPaul Bolle2018-11-305-1/+5
| | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set. This is wrong because each .config should have just one of these three set. As a result the build generates [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: override: VIRT_CPU_ACCOUNTING_GEN changes choice state 4 times. So let's make sure the shipped .config files only have one of these three Kconfig macros set (ie, the one that's relevant for that .config target). Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: correct memory configurationPaul Bolle2018-11-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_FLATMEM_MANUAL and CONFIG_SPARSEMEM_MANUAL set. This is wrong because each .config should have just one of these two set set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use that.) As a result the build generates [...]:warning: override: SPARSEMEM_MANUAL changes choice state 24 times. If the configuration generation system drops CONFIG_FLATMEM_MANUAL the warnings go away. And that doesn't change the final .config files that the kernel's build system actually uses. (Two details that very few people will care about: 1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep process_configs.sh from killing the build; 2. the kernel build of armv7hl will silently drop CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an explicit override for arm/armv7.) Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: use CONFIG_UNWINDER_ORC only in x86/x86_64Paul Bolle2018-11-301-0/+0
| | | | | | | | | | | | | | | | The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result the build generates [...]:warning: override: UNWINDER_ORC changes choice state 4 times. Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this doesn't change the final .config files that the kernel's build system actually uses. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155)Hans de Goede2018-11-211-1/+1
|
* Linux v4.19.2Jeremy Cline2018-11-14197-12/+189
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-215-5/+4
|
* Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (rhbz 1637547)Laura Abbott2018-10-091-1/+1
|
* Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)Laura Abbott2018-10-011-1/+1
|
* Change CONFIG_SSB back to a module (rhbz #1572349)Jeremy Cline2018-09-281-1/+1
|
* Use the CPU RNG for entropy (rhbz 1572944)Laura Abbott2018-09-131-0/+1
|
* Linux v4.18 rebaseLaura Abbott2018-09-02212-59/+167
|
* enable HDA sound drivers on PPCDan Horák2018-07-121-1/+0
|
* minor tegra 186 tweaksPeter Robinson2018-07-053-1/+1
|
* Enable Tegra194 SoCPeter Robinson2018-07-052-1/+1
|
* Enable leds-pca9532 module (rhbz 1595163)Laura Abbott2018-06-282-1/+2
|
* Linux v4.17.2 RebaseJustin M. Forbes2018-06-18371-40/+346
|
* Enable CONFIG_SCSI_DH* for s390x (rhbz 1586189)Jeremy Cline2018-06-051-1/+0
|
* Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig optionsHans de Goede2018-05-203-2/+3
| | | | This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649)
* Only set ARM64_ERRATUM_1024718 for aarch64Jeremy Cline2018-05-111-0/+0
| | | | | Obviously this erratum only applies to aarch64 so don't set it for other ARM kernels.
* Linux v4.16.8Jeremy Cline2018-05-091-0/+1
|
* add USB_TEGRA_PHY configPeter Robinson2018-05-071-0/+1
|
* ARM and Raspberry Pi fixesPeter Robinson2018-05-061-1/+1
|
* Build HW_RANDOM_VIRTIO in rather than as a moduleJeremy Cline2018-05-023-2/+3
| | | | This helps when early boot needs the CRNG initialized (rhbz 1572944).
* Enable QLogic NICs on ARMPeter Robinson2018-04-271-1/+0
|
* Revert "Revert "Enable on ARMv7 for i.MX""Jeremy Cline2018-04-232-1/+1
| | | | This reverts commit 276205a018efa81b93352c9103e147d837fa30dc.
* Revert "Enable on ARMv7 for i.MX"Jeremy Cline2018-04-232-1/+1
| | | | This reverts commit 42d382586b0b1e241d0b21aad07b1b93278080ba.
* Enable on ARMv7 for i.MXPeter Robinson2018-04-222-1/+1
|
* Enable UFS storage options on ARMPeter Robinson2018-04-1913-4/+7
|
* Revert "Enable CONFIG_DRM on s390x (rhbz 1569086)"Jeremy Cline2018-04-191-0/+1
| | | | | | It turns out this depends on CONFIG_VT which depends on !S390 This reverts commit 0ec9f4d319b8d6233baeb0648858ccb51fe1b98e.
* Enable CONFIG_DRM on s390x (rhbz 1569086)Jeremy Cline2018-04-181-1/+0
|
* Enable drivers for Xilinx ZYMQ-MP Ultra96Peter Robinson2018-04-186-4/+2
|
* Tegra TX fixes attempt 2Peter Robinson2018-04-175-3/+3
|
* Fix Tegra TX series firmware/thermal interfacePeter Robinson2018-04-173-1/+1
|
* Disable tps65217-charger on BeagleBone to fix USB-OTG port rhbz 1487399Peter Robinson2018-04-122-2/+1
|
* fix nouveau on Tegra, Enable IOMMU on ExynosPeter Robinson2018-04-122-2/+2
|
* drop removed X86_PPRO_FENCE config optionPeter Robinson2018-03-292-2/+0
|
* Enable initial config for Xilinx ZynqMP platformsPeter Robinson2018-03-267-1/+7
|
* Revert "Enable IMA (rhbz 790008)"Jeremy Cline2018-03-1215-15/+4
| | | | | | | | | This reverts commit bb540d20c6388d18e5977f14f35f96318be223e1. A recent change to the EFI lockdown patch forces IMA policy to be loaded when secureboot is used. Unfortunately, we don't have all the pieces in place to have all components fully signed. A F29 change request is planned to address this, so disable IMA for F28.
* Linux v4.16-rc5Jeremy Cline2018-03-122-2/+2
|
* Update efi-lockdown patch with current.Justin M. Forbes2018-03-125-2/+3
|
* Enable SATA_SIL24 on ARM rhbz 1553931Peter Robinson2018-03-101-1/+0
|
* Enable CONFIG_ARM64_PMEMLaura Abbott2018-03-091-1/+1
| | | | Request for some arm64 devices
* enable big.little cpufreq on ARM64Peter Robinson2018-03-052-2/+1
|
* fixupp ARM_SCPI_CPUFREQ configPeter Robinson2018-03-052-2/+1
|
* Linux v4.16-rc4Jeremy Cline2018-03-041-0/+1
|
* minor ARM usb cleanupsPeter Robinson2018-03-043-1/+1
|