Merge pull request #220 from dhiltgen/console

Add SATA disk support
This commit is contained in:
Justin Cormack 2016-06-17 16:16:46 +01:00 committed by GitHub
commit bcfc2fa34f

View File

@ -1524,15 +1524,15 @@ CONFIG_ATA_BMDMA=y
# SATA SFF controllers with BMDMA # SATA SFF controllers with BMDMA
# #
CONFIG_ATA_PIIX=y CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set CONFIG_SATA_MV=y
# CONFIG_SATA_NV is not set CONFIG_SATA_NV=y
# CONFIG_SATA_PROMISE is not set CONFIG_SATA_PROMISE=y
# CONFIG_SATA_SIL is not set CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set CONFIG_SATA_SIS=y
# CONFIG_SATA_SVW is not set CONFIG_SATA_SVW=y
# CONFIG_SATA_ULI is not set CONFIG_SATA_ULI=y
# CONFIG_SATA_VIA is not set CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set CONFIG_SATA_VITESSE=y
# #
# PATA SFF controllers with BMDMA # PATA SFF controllers with BMDMA