summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/x86/x86_64/CONFIG_CALGARY_IOMMU
Commit message (Collapse)AuthorAgeFilesLines
* Add missing config filesJustin M. Forbes2020-08-131-0/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Kconfig symbol cleanup for v5.5-rc1Paul Bolle2020-01-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | There are 14 Kconfig symbols referenced in the files used for configuration generation and in the shipped .config files that were dropped in upstream v5.5-rc1. The references to these symbols can be safely removed. These symbols are: CONFIG_CALGARY_IOMMU CONFIG_CRC_PMIC_OPREGION CONFIG_CRYPTO_BLKCIPHER CONFIG_HEADERS_CHECK CONFIG_HEADER_TEST CONFIG_INFINIBAND_CXGB3 CONFIG_INPUT_KXTJ9_POLLED_MODE CONFIG_KERNEL_HEADER_TEST CONFIG_PCIEASPM_DEBUG CONFIG_PWM_TIPWMSS CONFIG_QCOM_SDM845_LLCC CONFIG_REFCOUNT_FULL CONFIG_SIMPLE_GPIO CONFIG_SND_HDA_INTEL_DETECT_DMIC Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* 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.