diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-05-22 20:32:27 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-07-23 18:07:47 -0400 |
commit | 3b5ec274daae9165e0fe101e85e13060e5d78dae (patch) | |
tree | 2534006b22ddeb043b2e74a8eadb73901b6f91b2 /drivers/ata | |
parent | 47db477e46fa12eec40597b365ef1fad1cf17842 (diff) |
ata: PATA_ARASAN_CF depends on DMADEVICES
Fix kconfig unmet dependency warning:
warning: (PATA_ARASAN_CF && VIDEO_TIMBERDALE && SND_SOC_SH4_SIU) selects DMA_ENGINE which has unmet direct dependencies (DMADEVICES)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 75afa75a515e..ca3e6be44a04 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -313,6 +313,7 @@ config PATA_AMD | |||
313 | 313 | ||
314 | config PATA_ARASAN_CF | 314 | config PATA_ARASAN_CF |
315 | tristate "ARASAN CompactFlash PATA Controller Support" | 315 | tristate "ARASAN CompactFlash PATA Controller Support" |
316 | depends on DMADEVICES | ||
316 | select DMA_ENGINE | 317 | select DMA_ENGINE |
317 | help | 318 | help |
318 | Say Y here to support the ARASAN CompactFlash PATA controller | 319 | Say Y here to support the ARASAN CompactFlash PATA controller |