[OS-BUILD PATCH] Fedora: cleanup PCMCIA configs, move to x86

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Peter Robinson <pbrobinson@xxxxxxxxxx>

None of the Fedora architectures other than x86 support PCMCIA cards
and arm/s390 arches had already disabled the support, as had ARK in
general so move all the configs to reside in fedora/x86 as it's
config would actually be the only consumers of the drivers now.

No functional change to non Fedora configs.

Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxxx>
---
 redhat/configs/{ark => common}/generic/CONFIG_PCMCIA             | 0
 redhat/configs/fedora/generic/arm/CONFIG_PCMCIA                  | 1 -
 redhat/configs/fedora/generic/s390x/CONFIG_PCMCIA                | 1 -
 redhat/configs/fedora/generic/{ => x86}/CONFIG_CAN_EMS_PCMCIA    | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_CAN_PEAK_PCMCIA   | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PATA_PCMCIA       | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA            | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_3C574      | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_3C589      | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_AXNET      | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_HERMES     | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_LOAD_CIS   | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_NMCLAN     | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_PCNET      | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_RAYCS      | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_SMC91C92   | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_SPECTRUM   | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_WL3501     | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_XIRC2PS    | 0
 .../generic => fedora/generic/x86}/CONFIG_SCSI_LOWLEVEL_PCMCIA   | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_SND_PCMCIA        | 0
 redhat/configs/fedora/generic/{ => x86}/CONFIG_SSB_PCMCIAHOST    | 0
 22 files changed, 2 deletions(-)
 rename redhat/configs/{ark => common}/generic/CONFIG_PCMCIA (100%)
 delete mode 100644 redhat/configs/fedora/generic/arm/CONFIG_PCMCIA
 delete mode 100644 redhat/configs/fedora/generic/s390x/CONFIG_PCMCIA
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_CAN_EMS_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_CAN_PEAK_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PATA_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_3C574 (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_3C589 (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_AXNET (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_HERMES (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_LOAD_CIS (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_NMCLAN (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_PCNET (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_RAYCS (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_SMC91C92 (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_SPECTRUM (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_WL3501 (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_PCMCIA_XIRC2PS (100%)
 rename redhat/configs/{common/generic => fedora/generic/x86}/CONFIG_SCSI_LOWLEVEL_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_SND_PCMCIA (100%)
 rename redhat/configs/fedora/generic/{ => x86}/CONFIG_SSB_PCMCIAHOST (100%)

diff --git a/redhat/configs/ark/generic/CONFIG_PCMCIA b/redhat/configs/common/generic/CONFIG_PCMCIA
similarity index 100%
rename from redhat/configs/ark/generic/CONFIG_PCMCIA
rename to redhat/configs/common/generic/CONFIG_PCMCIA
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_PCMCIA b/redhat/configs/fedora/generic/arm/CONFIG_PCMCIA
deleted file mode 100644
index 3cf9bfbdce64..000000000000
--- a/redhat/configs/fedora/generic/arm/CONFIG_PCMCIA
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCMCIA is not set
diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_PCMCIA b/redhat/configs/fedora/generic/s390x/CONFIG_PCMCIA
deleted file mode 100644
index 3cf9bfbdce64..000000000000
--- a/redhat/configs/fedora/generic/s390x/CONFIG_PCMCIA
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_PCMCIA is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_CAN_EMS_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_CAN_EMS_PCMCIA
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_CAN_EMS_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_CAN_EMS_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_CAN_PEAK_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_CAN_PEAK_PCMCIA
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_CAN_PEAK_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_CAN_PEAK_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_PATA_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_PATA_PCMCIA
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PATA_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_PATA_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_3C574 b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_3C574
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_3C574
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_3C574
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_3C589 b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_3C589
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_3C589
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_3C589
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_AXNET b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_AXNET
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_AXNET
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_AXNET
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_HERMES b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_HERMES
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_HERMES
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_HERMES
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_LOAD_CIS b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_LOAD_CIS
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_LOAD_CIS
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_LOAD_CIS
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_NMCLAN b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_NMCLAN
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_NMCLAN
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_NMCLAN
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_PCNET b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_PCNET
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_PCNET
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_PCNET
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_RAYCS b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_RAYCS
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_RAYCS
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_RAYCS
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_SMC91C92 b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_SMC91C92
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_SMC91C92
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_SMC91C92
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_SPECTRUM b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_SPECTRUM
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_SPECTRUM
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_SPECTRUM
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_WL3501 b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_WL3501
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_WL3501
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_WL3501
diff --git a/redhat/configs/fedora/generic/CONFIG_PCMCIA_XIRC2PS b/redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_XIRC2PS
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_PCMCIA_XIRC2PS
rename to redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_XIRC2PS
diff --git a/redhat/configs/common/generic/CONFIG_SCSI_LOWLEVEL_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_SCSI_LOWLEVEL_PCMCIA
similarity index 100%
rename from redhat/configs/common/generic/CONFIG_SCSI_LOWLEVEL_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_SCSI_LOWLEVEL_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_SND_PCMCIA b/redhat/configs/fedora/generic/x86/CONFIG_SND_PCMCIA
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_SND_PCMCIA
rename to redhat/configs/fedora/generic/x86/CONFIG_SND_PCMCIA
diff --git a/redhat/configs/fedora/generic/CONFIG_SSB_PCMCIAHOST b/redhat/configs/fedora/generic/x86/CONFIG_SSB_PCMCIAHOST
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_SSB_PCMCIAHOST
rename to redhat/configs/fedora/generic/x86/CONFIG_SSB_PCMCIAHOST
-- 
GitLab
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux