summaryrefslogtreecommitdiffstats
path: root/baseconfig/CONFIG_ATA_ACPI
Commit message (Collapse)AuthorAgeFilesLines
* disable a number of unused PATA/SATA drivers on ARM, don't build x86 specificPeter Robinson2017-10-011-1/+0
| | | | drivers on other arches, minor tweaks to other arch specific configs
* 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.