Skip to content

Commit

Permalink
ata: PATA_ARASAN_CF depends on DMADEVICES
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Jul 23, 2011
1 parent 47db477 commit 3b5ec27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ config PATA_AMD

config PATA_ARASAN_CF
tristate "ARASAN CompactFlash PATA Controller Support"
depends on DMADEVICES
select DMA_ENGINE
help
Say Y here to support the ARASAN CompactFlash PATA controller
Expand Down

0 comments on commit 3b5ec27

Please sign in to comment.