diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-06 14:27:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-06 14:27:57 -0700 |
commit | f1ea7254726d25a333056619ec6b1a8ee1b7358d (patch) | |
tree | ad0a6307890595172406fda45ec763f7a6bb8686 /drivers/ide/Kconfig | |
parent | ba9b0c11285bcdaa3243c4123e924094b626c740 (diff) | |
parent | ca09a237b8c6b053e101a4a83bc30d2c48435bd5 (diff) | |
download | op-kernel-dev-f1ea7254726d25a333056619ec6b1a8ee1b7358d.zip op-kernel-dev-f1ea7254726d25a333056619ec6b1a8ee1b7358d.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
ide: workaround for bogus gcc warning in ide_sysfs_register_port()
ide-cd: Optiarc DVD RW AD-7200A does play audio
IDE: Fix platform device registration in Swarm IDE driver (v2)
ide-dma: fix ide_build_dmatable() for TRM290
ide-cd: temporary tray close fix
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 8e93a79..052879a 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -780,10 +780,6 @@ config BLK_DEV_IDEDMA_PMAC to transfer data to and from memory. Saying Y is safe and improves performance. -config BLK_DEV_IDE_SWARM - tristate "IDE for Sibyte evaluation boards" - depends on SIBYTE_SB1xxx_SOC - config BLK_DEV_IDE_AU1XXX bool "IDE for AMD Alchemy Au1200" depends on SOC_AU1200 |