Commit Graph

18 Commits

Author SHA1 Message Date
Peter Robinson ac7481542b minor arm cleanup 2017-07-15 12:47:30 +01:00
Laura Abbott 5cdbaa6c30 Linux v4.12-11618-gb86faee6d111 2017-07-14 08:44:07 -07:00
Laura Abbott 519b086804 Linux v4.12-10317-gaf3c8d9 2017-07-10 08:40:53 -07:00
Peter Robinson 426fb67926 Updates for ARM devices, Build ARM Chromebook specifics on all ARM architectures 2017-05-29 11:10:21 +01:00
Justin M. Forbes ac4ad6bdf3 Linux v4.12-rc1 2017-05-15 10:20:02 -05:00
Peter Robinson fd234dbc0e minor cleanup, add explicit declare of a couple of options 2017-05-15 09:19:07 +01:00
Justin M. Forbes bd32781ec2 Linux v4.11-11413-g2868b25 2017-05-09 10:45:07 -05:00
Justin M. Forbes 4327623f9a Linux v4.11-10603-g13e0988 2017-05-08 12:38:14 -05:00
Justin M. Forbes 05e55297ee Linux v4.11-7650-ga1be8ed 2017-05-04 12:24:40 -05:00
Justin M. Forbes c528f49c02 Linux v4.11-4395-g89c9fea 2017-05-03 12:50:25 -05:00
Peter Robinson 4768e6b2a1 Enable sound SoC on aarch64, Update some ARM patches to latest upstream, small cleanups 2017-04-26 11:33:46 +01:00
Dan Horák 2439f89317 enable THP on Power (#1434007)
[labbott: Build the kernel configs, add rpm changelog)
2017-03-29 10:41:04 -07:00
Peter Robinson 51f1cbdea9 - Enable Tiny DRM on ARM platforms
- ARM config updates
- General config cleanups
- Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
2017-03-01 12:12:17 +00:00
Dan Horák ace9a4db5b s390x: disable unneeded network drivers
s390x: disable unneeded SCSI drivers
s390x: disable unneeded miscellaneous drivers
s390x,powerpc: enable GenWQE PCIe Accelerator driver
s390x: disable unneeded miscellaneous drivers 2
s390x: disable unneeded miscellaneous drivers 3

[labbott: Squashed changes]
2017-02-27 09:10:47 -08:00
Peter Robinson 84099871b1 minor config cleanups (NFC) 2017-02-21 18:55:00 +00:00
Peter Robinson e686a652a2 Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor general config cleanups 2016-12-27 02:51:37 +00:00
Laura Abbott a20ad4f4fd Add script to check config generation
The kernel configuration generation currently checks to make sure
every option is defined with listnewconfig. It does not check that
each option is the same as listnewconfig. This can lead to odd
situations where the Fedora configuration does not match what's
actually present in the generated config. Add a script to check
for these kinds of changes.

Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
2016-12-22 14:11:05 -08:00
Laura Abbott 1b7eeb8019 Change method of configuration generation
The existing method of managing configuration files gets unweildy.
Changing individual lines in text files gets difficult without
manual organization. Switch to a method of configuration generation
that's inspired from the method used inside Red Hat. Each configuration
option gets its own file which are then combined to form the
configuration files. This makes confirming what's actually enabled much
easier.
2016-12-06 12:07:10 -08:00