[armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)

Various drivers will call into it if it's enabled, and some of them are
built-in.  This is a bug in kconfig dependencies, but it's not obvious
how to fix it.

svn path=/dists/trunk/linux/; revision=19710
This commit is contained in:
Ben Hutchings 2013-01-06 05:10:01 +00:00
parent 4a9bf3378a
commit 61d61bdb09
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux (3.7.1-1~experimental.3) UNRELEASED; urgency=low
[ Ben Hutchings ]
* [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)
* [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 06 Jan 2013 04:39:12 +0000

View File

@ -65,7 +65,7 @@ CONFIG_CRYPTO_DEV_OMAP_AES=m
## file: drivers/dma/Kconfig
##
CONFIG_DMADEVICES=y
CONFIG_DMA_OMAP=m
CONFIG_DMA_OMAP=y
##
## file: drivers/gpio/Kconfig