9
0
Fork 0

ATA/DISK: Add generic disk support when enabling the BIOS disk driver

The BIOS based disk driver makes no sense without the generic disk support.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Juergen Beisert 2011-11-24 13:43:41 +01:00 committed by Sascha Hauer
parent 3ca9f1812f
commit 6a3bdfdbad
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ comment "interface types"
config ATA_BIOS
bool "BIOS based"
select ATA_DISK
depends on X86_BIOS_BRINGUP
help
Gain disk drive access via int13 calls to the standard PC-BIOS.