Commit Graph

9 Commits

Author SHA1 Message Date
Laura Abbott 012c1b4999 Linux v4.10-1242-g9763dd6 2017-02-21 11:23:09 -08:00
Peter Robinson 84099871b1 minor config cleanups (NFC) 2017-02-21 18:55:00 +00:00
Peter Robinson a99c794e82 Update RPi3 DT, minor ARM config update 2017-01-16 06:40:35 +00:00
Peter Robinson 62d486acb3 Minor ARM config updates 2017-01-06 15:44:21 +00:00
Peter Robinson b4fd5ce16d Enable Amlogic (meson) SoCs for ARMv7/aarch64 2016-12-27 04:15:07 +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
Peter Robinson 86b2f443ee Minor ARM config updates 2016-12-20 10:11:24 +00: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