[kernel] Remove CONFIG_BLK_DEV_AMD74XX duplicate entries

Dave Jones davej at fedoraproject.org
Tue Jan 17 15:33:04 UTC 2012


commit 7b9de460861b74bf70730440c01b05494dd6e209
Author: Dave Jones <davej at redhat.com>
Date:   Tue Jan 17 10:32:48 2012 -0500

    Remove CONFIG_BLK_DEV_AMD74XX duplicate entries

 TODO                   |    2 --
 config-powerpc-generic |    1 -
 config-x86-32-generic  |    2 --
 config-x86_64-generic  |    3 ---
 4 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/TODO b/TODO
index 2ab00f1..652000e 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
 Config TODOs:
-* disable CONFIG_ISA everywhere.
 * review & disable a bunch of the I2C, RTC, DVB, SOUND options.
-* clean up CONFIG_BLK_DEV_AMD74XX
 
 
 Spec file TODOs:
diff --git a/config-powerpc-generic b/config-powerpc-generic
index 2ca0c3e..2b35251 100644
--- a/config-powerpc-generic
+++ b/config-powerpc-generic
@@ -140,7 +140,6 @@ CONFIG_IDE_TASK_IOCTL=y
 # CONFIG_BLK_DEV_IDEPCI is not set
 # CONFIG_BLK_DEV_AEC62XX is not set
 # CONFIG_BLK_DEV_ALI15X3 is not set
-# CONFIG_BLK_DEV_AMD74XX is not set
 # CONFIG_BLK_DEV_CMD64X is not set
 # CONFIG_BLK_DEV_TRIFLEX is not set
 # CONFIG_BLK_DEV_CY82C693 is not set
diff --git a/config-x86-32-generic b/config-x86-32-generic
index 3b55ae5..6a9dc41 100644
--- a/config-x86-32-generic
+++ b/config-x86-32-generic
@@ -96,8 +96,6 @@ CONFIG_PCI_DIRECT=y
 # SHPC has half-arsed PCI probing, which makes it load on too many systems
 # CONFIG_HOTPLUG_PCI_SHPC is not set
 
-CONFIG_BLK_DEV_AMD74XX=y
-
 CONFIG_I2C_ALI1535=m
 CONFIG_I2C_ALI15X3=m
 CONFIG_I2C_ALI1563=m
diff --git a/config-x86_64-generic b/config-x86_64-generic
index f5bbf9f..586b010 100644
--- a/config-x86_64-generic
+++ b/config-x86_64-generic
@@ -34,9 +34,6 @@ CONFIG_ACPI_HOTPLUG_MEMORY=m
 # SHPC has half-arsed PCI probing, which makes it load on too many systems
 CONFIG_HOTPLUG_PCI_SHPC=m
 
-# Really ? not 32bit only ?
-CONFIG_BLK_DEV_AMD74XX=y
-
 CONFIG_CRYPTO_AES_X86_64=y
 CONFIG_CRYPTO_TWOFISH_X86_64=m
 CONFIG_CRYPTO_SALSA20_X86_64=m


More information about the scm-commits mailing list