summaryrefslogtreecommitdiffstats
path: root/baseconfig/CONFIG_SND_HDA_CODEC_SIGMATEL
Commit message (Collapse)AuthorAgeFilesLines
* Add script to check config generationLaura Abbott2016-12-221-1/+1
| | | | | | | | | | | 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>
* Change method of configuration generationLaura Abbott2016-12-061-0/+1
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.