Skip to content

Commit

Permalink
remove BLK_DEV_HD_ONLY
Browse files Browse the repository at this point in the history
After commit 80aa31c
(ide: remove CONFIG_BLK_DEV_HD_IDE config option (take 2))
the indirection through BLK_DEV_HD_ONLY is no longer required.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent 85ae98a commit ffa793f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/ide/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ config BLK_DEV_IDEDMA

endif

config BLK_DEV_HD_ONLY
config BLK_DEV_HD
bool "Old hard disk (MFM/RLL/IDE) driver"
depends on !ARM || ARCH_RPC || ARCH_SHARK || BROKEN
help
Expand All @@ -1023,7 +1023,4 @@ config BLK_DEV_HD_ONLY
Disk-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

config BLK_DEV_HD
def_bool BLK_DEV_HD_ONLY

endif # IDE

0 comments on commit ffa793f

Please sign in to comment.