summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* we don't enable pci endpoint support, unlikely to run Fedora on a SoC on a ↵Peter Robinson2018-02-101-1/+0
| | | | PCI card plugged into a host atm
* ARM doesn't support the Gemini SoCsPeter Robinson2018-02-102-2/+0
|
* minor cleanup (NFC)Peter Robinson2018-02-101-1/+0
|
* of pci config options droppedPeter Robinson2018-02-102-2/+0
|
* remove old mv cesa driverPeter Robinson2018-02-101-1/+0
|
* Linux v4.15-12216-gf9f1e414128eJustin M. Forbes2018-02-095-0/+5
|
* ADV7511 only really needs to be on for ARMJustin M. Forbes2018-02-084-1/+2
|
* Linux v4.15-11930-g581e400ff935Justin M. Forbes2018-02-081-0/+1
|
* POWER_RESET_IMX has been droppedPeter Robinson2018-02-081-1/+0
|
* clean up a few obsoleted and duplicated config options (NFC)Peter Robinson2018-02-0811-11/+0
|
* Linux v4.15-11704-ga2e5790d8416Justin M. Forbes2018-02-0715-1/+14
|
* Exynos IPP has be removed, the other 3 are marked broken due to it's ↵Peter Robinson2018-02-074-4/+0
| | | | removal, so drop the options
* Set CONFIG_VBOXGUEST=mHans de Goede2018-02-072-0/+2
|
* Linux v4.15-10668-g35277995e179Justin M. Forbes2018-02-0511-0/+11
|
* Linux v4.15-9939-g4bf772b14675Justin M. Forbes2018-02-0225-0/+25
|
* Linux v4.15-6064-g255442c93843Justin M. Forbes2018-02-0136-1/+36
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-3032-5/+28
|
* Filter GPU bridge drivers on all arches, re-enable adv7511Peter Robinson2018-01-292-2/+2
|
* Fix misnamed CONFIG filesDon Zickus2018-01-252-1/+0
| | | | | | | | | | | A couple of CONFIG file names were misnamed during their creation. Fix them up. configs/fedora/generic/CONFIG_DEBUG_VM_RB revisit this if performance isn't horrible -> configs/fedora/generic/CONFIG_DEBUG_VM_RB and configs/fedora/generic/CONFIG_DPM_WATCHDOG revisit this in debug -> configs/fedora/generic/CONFIG_DPM_WATCHDOG
* Enable CONFIG_IP6_NF_TARGET_NPT (rhbz 1435884)Laura Abbott2018-01-181-1/+1
|
* add MMC support for 96boards Synquacer platform, add missing ↵Peter Robinson2018-01-132-0/+2
| | | | CONFIG_BPF_JIT_ALWAYS_ON as it changed the generated config
* Initial retpoline patches for Spectre v2Justin M. Forbes2018-01-111-0/+1
|
* Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)Laura Abbott2018-01-081-1/+1
|
* remove old qcom config optionsPeter Robinson2018-01-086-6/+0
|
* configs: Update config generation script to use configs/fedoraDon Zickus2018-01-052-30/+37
| | | | | | | | | | | | | | | | | | | | The previous patch moved the configs/base-{generic,debug} to configs/fedora. Now we update the scripts to reflect that change. Changing the scripts was straightforward. Handling overrides that didn't use generic names was a little trickier. To handle random override names (well rhel), I added some extra logic in the config_generation script called "ORDER". This tells the scripts which configs to lay down first and which one overrides it. Through some testing, I realized I could simplify things and just create an outer 'order' loop. This removed some duplicated code. The other change is the 'skip_if_missing' flag. The overrides directory will not mimic the baseline directory layout 100%. Ensure the baseline config files are all there, but allow the overrides to have missing files. Tested on my Fedora and my RHEL tree with success.
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-0510269-0/+0
| | | | | | | | | | | | | It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.
* Enable CONFIG_ACPI_REV_OVERRIDE_POSSIBLELaura Abbott2018-01-031-1/+1
|
* Linux v4.15-rc6Laura Abbott2017-12-312-0/+2
|
* Add patches which allow specifying a default SATA linkpower management policyHans de Goede2017-12-221-0/+1
| | | | for mobile chipsets and set the default LPM policy to "med_power_with_dipm"
* Linux v4.15-rc4Laura Abbott2017-12-182-0/+2
|
* Set CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 on x86_64 only (rhbz 1525561)Jeremy Cline2017-12-152-1/+2
|
* Enable CONFIG_REGULATOR on x86_64Hans de Goede2017-12-1539-0/+39
|
* Linux v4.15-rc2-174-g328b4ed93b69Laura Abbott2017-12-062-0/+2
|
* Enable HID_CP2112Peter Robinson2017-12-061-1/+1
|
* enable GPIO_PCF857X for all ARM archesPeter Robinson2017-12-061-0/+0
|
* minor IrDA cleanup, add fix for Pine64 boot already in 4.14Peter Robinson2017-12-061-0/+1
|
* Disable IrDA (broken, being dropped upstream)Peter Robinson2017-12-0636-36/+1
|
* Minor updates for sun4i drm driversPeter Robinson2017-12-043-1/+1
|
* enable Simple PM Bus on ARMPeter Robinson2017-12-041-0/+1
|
* Linux v4.15-rc1Laura Abbott2017-11-272-0/+2
|
* explicitly enable reset simple on ARMPeter Robinson2017-11-271-0/+1
|
* Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernelPeter Robinson2017-11-232-0/+2
|\
| * Config options for non debug kernelsJustin M. Forbes2017-11-212-0/+2
| |
* | Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/kernelPeter Robinson2017-11-2136-3/+36
|\|
| * Enable driver for the Behringer BCD 2000 (rhbz 1514945)Laura Abbott2017-11-201-1/+1
| |
| * Linux v4.14-12891-gc8a0739b185dLaura Abbott2017-11-209-2/+9
| | | | | | | | Also turn off a powerpc crypto drive that was failing to compile
| * Linux v4.14-12375-g2dcd9c71c1ffLaura Abbott2017-11-1726-0/+26
| |
* | drop deprecated optionPeter Robinson2017-11-171-1/+0
|/
* Filtering really just gets too complicated. This is getting turned off.Laura Abbott2017-11-161-1/+1
|
* Turn of this option since it depends on the IR subsystemLaura Abbott2017-11-161-1/+1
|