Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffa793f9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Bartlomiej Zolnierkiewicz
Browse files

remove BLK_DEV_HD_ONLY



After commit 80aa31cb
(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: default avatarAdrian Bunk <bunk@kernel.org>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 85ae98a3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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
@@ -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