[PATCH 03/13] ATA/DISK: Add generic disk support when enabling the BIOS disk driver

Juergen Beisert jbe at pengutronix.de
Thu Nov 24 07:43:41 EST 2011


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

Signed-off-by: Juergen Beisert <jbe at pengutronix.de>
---
 drivers/ata/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index d7f4dcb..6a57e5c 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -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.
-- 
1.7.7.1




More information about the barebox mailing list