summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_USB_WUSB_CBAF
Commit message (Collapse)AuthorAgeFilesLines
* disable WUSB (Wireless USB) as HW doesn't existPeter Robinson2019-06-161-1/+1
| | | | | It's soon to move to staging in preparation for removal: https://www.spinics.net/lists/linux-crypto/msg39327.html
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-051-0/+1
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.