Commit Graph

5 Commits

Author SHA1 Message Date
Don Zickus 4be26cbac7 configs: Create symlinks to used scripts
As part of the config re-organization, put the scripts needed to create
the config files in the configs/ directory.  At the top level create
symlinks for those scripts.  This allows the kernel.spec file to find
the scripts it needs and work correctly.

No code changes.
2017-11-13 09:39:16 -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
Peter Robinson 25c8ec0584 drop ppc64p7 kernel options, not supported in F-26+ and never in dnf (NFC) 2017-10-01 19:53:42 +01:00
Laura Abbott ee7eaf6837 Drop armv7 debug directory
Thanks to some recent config changing, debugconfig/arm/armv7 was
removed. Remove this file from config generation as well. It should be
added back later if necessary.
2017-08-16 13:21:27 -07: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