From 4d6d8cc5c16bc5edff4ee564b8e9d4ace9c28469 Mon Sep 17 00:00:00 2001 From: Don Zickus Date: Wed, 13 Dec 2017 16:14:15 -0500 Subject: configs: Move base-debug and base-generic to configs/fedora 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. --- configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA (limited to 'configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA') diff --git a/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA b/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA new file mode 100644 index 000000000..24e7e07d8 --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_INTEL_IOMMU_FLOPPY_WA @@ -0,0 +1 @@ +CONFIG_INTEL_IOMMU_FLOPPY_WA=y -- cgit