[PATCH] UBUNTU: [Config] Disable legacy IDE drivers on powerpc
Luke Yelavich
themuso at ubuntu.com
Sun Sep 4 05:48:13 UTC 2011
Yaboot now supports using the libata drivers/device, and userspace pieces
like udev no longer support hdX hard drive device paths.
Signed-off-by: Luke Yelavich <themuso at ubuntu.com>
---
debian.master/config/powerpc/config.common.powerpc | 1 -
.../config/powerpc/config.flavour.powerpc | 1 +
.../config/powerpc/config.flavour.powerpc-smp | 1 +
.../config/powerpc/config.flavour.powerpc64-smp | 1 +
4 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian.master/config/powerpc/config.common.powerpc b/debian.master/config/powerpc/config.common.powerpc
index 616562d..74d5ca7 100644
--- a/debian.master/config/powerpc/config.common.powerpc
+++ b/debian.master/config/powerpc/config.common.powerpc
@@ -96,7 +96,6 @@ CONFIG_I2C_I801=m
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_IBMEBUS is not set
CONFIG_ICPLUS_PHY=m
-CONFIG_IDE=y
CONFIG_IOMMU_HELPER=y
# CONFIG_IRQ_ALL_CPUS is not set
CONFIG_IRQ_PER_CPU=y
diff --git a/debian.master/config/powerpc/config.flavour.powerpc b/debian.master/config/powerpc/config.flavour.powerpc
index 3f98de2..a4733b1 100644
--- a/debian.master/config/powerpc/config.flavour.powerpc
+++ b/debian.master/config/powerpc/config.flavour.powerpc
@@ -16,6 +16,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11
# CONFIG_GENERIC_TBSYNC is not set
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HUGETLB_PAGE is not set
+# CONFIG_IDE is not set
CONFIG_KERNEL_START=0xc0000000
CONFIG_KGDB=y
CONFIG_LATENCYTOP=y
diff --git a/debian.master/config/powerpc/config.flavour.powerpc-smp b/debian.master/config/powerpc/config.flavour.powerpc-smp
index a29baaf..405dfcc 100644
--- a/debian.master/config/powerpc/config.flavour.powerpc-smp
+++ b/debian.master/config/powerpc/config.flavour.powerpc-smp
@@ -16,6 +16,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_GENERIC_TBSYNC=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HUGETLB_PAGE is not set
+# CONFIG_IDE is not set
CONFIG_KERNEL_START=0xc0000000
# CONFIG_KGDB is not set
# CONFIG_LATENCYTOP is not set
diff --git a/debian.master/config/powerpc/config.flavour.powerpc64-smp b/debian.master/config/powerpc/config.flavour.powerpc64-smp
index 9ab5107..2485474 100644
--- a/debian.master/config/powerpc/config.flavour.powerpc64-smp
+++ b/debian.master/config/powerpc/config.flavour.powerpc64-smp
@@ -16,6 +16,7 @@ CONFIG_FORCE_MAX_ZONEORDER=13
CONFIG_GENERIC_TBSYNC=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HUGETLB_PAGE=y
+# CONFIG_IDE is not set
CONFIG_KERNEL_START=0xc000000000000000
CONFIG_KGDB=y
CONFIG_LATENCYTOP=y
--
1.7.5.4
More information about the kernel-team
mailing list