From 61d61bdb09c1682770e00f2917008337d3ac2f78 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 6 Jan 2013 05:10:01 +0000 Subject: [PATCH] [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 --- debian/changelog | 1 + debian/config/armhf/config.omap | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 15f7f4426..d65cd94e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 06 Jan 2013 04:39:12 +0000 diff --git a/debian/config/armhf/config.omap b/debian/config/armhf/config.omap index 25da507b3..84c75d482 100644 --- a/debian/config/armhf/config.omap +++ b/debian/config/armhf/config.omap @@ -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