]> Git Repo - u-boot.git/commitdiff
ata: ahci-pci: Fix dependency on DM_PCI
authorPali Rohár <[email protected]>
Sun, 15 Aug 2021 14:27:36 +0000 (16:27 +0200)
committerTom Rini <[email protected]>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
File drivers/ata/ahci-pci.c calls function ahci_probe_scsi_pci() which is
compiled only when DM_PCI is enabled. So add missing dependency into
Kconfig.

Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
drivers/ata/Kconfig

index 6f0b7723836470ac19d8c66ffef0435faafae563..0c1490a9f9006474eb3c76e5849d392e2d21b68e 100644 (file)
@@ -36,6 +36,7 @@ menu "SATA/SCSI device support"
 
 config AHCI_PCI
        bool "Support for PCI-based AHCI controller"
+       depends on DM_PCI
        depends on DM_SCSI
        help
          Enables support for the PCI-based AHCI controller.
This page took 0.038691 seconds and 4 git commands to generate.