diff --git a/debian/config/kernelarch-s390/config-arch-64 b/debian/config/kernelarch-s390/config-arch-64 deleted file mode 100644 index 08d1109f0..000000000 --- a/debian/config/kernelarch-s390/config-arch-64 +++ /dev/null @@ -1,17 +0,0 @@ -## -## file: arch/s390/Kconfig -## -## choice: Processor type -CONFIG_MARCH_Z900=y -# CONFIG_MARCH_Z990 is not set -# CONFIG_MARCH_Z9_109 is not set -# CONFIG_MARCH_Z10 is not set -## end choice -CONFIG_PCI=y - -## -## file: drivers/pci/hotplug/Kconfig -## -CONFIG_HOTPLUG_PCI=y -CONFIG_HOTPLUG_PCI_S390=y - diff --git a/debian/config/kernelarch-s390/config b/debian/config/s390x/config similarity index 92% rename from debian/config/kernelarch-s390/config rename to debian/config/s390x/config index 89108dcbb..f11fada71 100644 --- a/debian/config/kernelarch-s390/config +++ b/debian/config/s390x/config @@ -1,6 +1,12 @@ ## ## file: arch/s390/Kconfig ## +## choice: Processor type +CONFIG_MARCH_Z900=y +# CONFIG_MARCH_Z990 is not set +# CONFIG_MARCH_Z9_109 is not set +# CONFIG_MARCH_Z10 is not set +## end choice CONFIG_COMPAT=y CONFIG_SMP=y CONFIG_NR_CPUS=32 @@ -9,6 +15,7 @@ CONFIG_SCHED_TOPOLOGY=y CONFIG_PACK_STACK=y # CONFIG_CHECK_STACK is not set CONFIG_QDIO=y +CONFIG_PCI=y CONFIG_PCI_NR_FUNCTIONS=64 CONFIG_PCI_NR_MSI=256 CONFIG_CHSC_SCH=m @@ -90,6 +97,12 @@ CONFIG_S390_PRNG=m ## # CONFIG_WAN is not set +## +## file: drivers/pci/hotplug/Kconfig +## +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_S390=y + ## ## file: drivers/s390/block/Kconfig ## diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines index 517ed75d1..7131bd0d1 100644 --- a/debian/config/s390x/defines +++ b/debian/config/s390x/defines @@ -9,7 +9,6 @@ vdso: true [image] bootloaders: s390-tools -configs: install-stem: vmlinuz [relations] @@ -20,7 +19,3 @@ debug-info: true [s390x_description] hardware: IBM zSeries - -[s390x_image] -configs: kernelarch-s390/config-arch-64 -