Commit Graph

23 Commits

Author SHA1 Message Date
Laura Abbott
5e9dae1c74 Oh whoops this was untracked 2018-01-04 15:56:35 -08:00
Don Zickus
c54d82caa9 configs: Rename config directories to sub-directory
As part of an effort to foster better cross collaboration with
internal Red Hat kernels, align the configs layout to match
that kernel.  This will allow Red Hat engineers to provide easier
guidance on how to set various config options.

In addition, the scripts that process the config options will migrate
to the configs/ directory too in later patches.  Future config
workflows will stage all work in the configs/ area.

A simple diff between the kernels will easily expose which config
options are different.  Reading the comments in the file provides
guidance to Fedora to determine if that kernel should make a
similar change or not.

Rename debugconfig -> configs/base-debug
Rename baseconfig -> configs/base-generic
Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64

No code changes made.
2017-11-13 09:39:12 -08:00
Laura Abbott
f4861c48b8 Stop setting CONFIG_MAXSMP and adjust NR_CPUS
During the Kconfig factor, CONFIG_MAXSMP was set for all builds instead
of just debug builds. This bumps the NR_CPUs up to 8192 which is far
more than anyone actually needs for Fedora. Stop setting CONFIG_MAXSMP
on non-debug configs and adjust NR_CPUs back to what it was before.
2017-10-31 11:44:35 -07:00
Justin M. Forbes
59566d9a2c Linux v4.14-rc5-31-g73d3393ada4f 2017-10-19 15:49:02 -05:00
Justin M. Forbes
21e4b83380 Linux v4.13-11197-gf007cad159e9 2017-09-11 13:05:08 -05:00
Justin M. Forbes
7c0c57cc12 Linux v4.13-4257-ge7d0c41ecc2e 2017-09-06 13:29:50 -05:00
Laura Abbott
7500ee9266 Add missing config dependency 2017-08-17 08:15:14 -07:00
Hans de Goede
c0d49bcdd3 Enable CONFIG_DRM_VBOXVIDEO=m on x86, CONFIG_R8188EU=m on x86_64 2017-08-16 16:56:27 +02:00
Laura Abbott
e296df583f Add missing config files 2017-07-31 07:12:34 -07:00
Laura Abbott
519b086804 Linux v4.12-10317-gaf3c8d9 2017-07-10 08:40:53 -07:00
Laura Abbott
ad5e497980 Linux v4.12-3441-g1996454 2017-07-05 10:42:49 -07:00
Peter Robinson
795504a65b minor config cleanups (NFC) 2017-06-28 09:47:33 +01:00
Hans de Goede
88f3771491 Improve Bay and Cherry Trail device support
- Enable AXP288 PMIC support on x86_64 for battery charging and monitoring
  support on Bay and Cherry Trail tablets and laptops
- Enable various drivers for peripherals found on Bay and Cherry Trail tablets
- Add some small patches fixing suspend/resume touchscreen and accelerometer
  issues on various Bay and Cherry Trail tablets
2017-06-23 10:59:39 +02: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
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
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
Laura Abbott
c762bd18e3 Linux v4.11-rc4-18-gad0376e 2017-03-28 07:54:51 -07:00
Laura Abbott
7f10d93443 Linux v4.10-10320-ge5d56ef 2017-02-27 08:49:14 -08:00
Laura Abbott
8a8a5bec0a Linux v4.10-2512-g7bb0338 2017-02-22 07:39:25 -08: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