diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-26 13:30:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-04 16:38:57 -0400 |
commit | c28040e515154462971ba97ec14a82c27fcfb683 (patch) | |
tree | 44e68895ae690ae6a57e138500ad0d9e9c611f95 /drivers/staging | |
parent | b6ee30a27f8204d20aebe6e743e38d4b85ee753d (diff) |
Staging: phison: depends on ATA_BMDMA
phison uses interfaces and data that are built only when
ATA_BMDMA is enabled, so it should depend on that symbol.
drivers/staging/phison/phison.c:43: error: implicit declaration of function 'ATA_BMDMA_SHT'
drivers/staging/phison/phison.c:43: error: initializer element is not constant
drivers/staging/phison/phison.c:43: error: (near initialization for 'phison_sht.module')
drivers/staging/phison/phison.c:47: error: 'ata_bmdma_port_ops' undeclared here (not in a function)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: evan_ko@phison.com
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/phison/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/phison/Kconfig b/drivers/staging/phison/Kconfig index d3c65d315a2e..1b56119a7657 100644 --- a/drivers/staging/phison/Kconfig +++ b/drivers/staging/phison/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | config IDE_PHISON | 1 | config IDE_PHISON |
2 | tristate "PCIE ATA PS5000 IDE support" | 2 | tristate "PCIE ATA PS5000 IDE support" |
3 | depends on PCI && ATA && ATA_SFF | 3 | depends on PCI && ATA && ATA_SFF && ATA_BMDMA |
4 | ---help--- | 4 | ---help--- |
5 | This is an experimental driver for PS5000 IDE driver. | 5 | This is an experimental driver for PS5000 IDE driver. |