Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=abf07b19de3ae2fcf63142f1f9a3e4ee537f9f55
Commit:     abf07b19de3ae2fcf63142f1f9a3e4ee537f9f55
Parent:     3b1904d00a54d4d839a4c12dbc98a14dc4efdc95
Author:     Dan Williams <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 18 23:26:10 2008 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sun Jan 20 10:10:41 2008 +0000

    [ARM] 4748/1: dca: source drivers/dca/Kconfig in arch/arm/Kconfig to fix 
warning
    
    'select' used by config symbol 'INTEL_IOATDMA' refers to undefined symbol 
'DCA'
    
    Although drivers/dma is currently the only user future drivers outside of
    drivers/dma may select this option so it is better to add this to
    arch/arm/Kconfig than move DCA to drivers/dma/Kconfig.
    
    Signed-off-by: Dan Williams <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3a75a0b..a04f507 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1072,6 +1072,8 @@ source "drivers/rtc/Kconfig"
 
 source "drivers/dma/Kconfig"
 
+source "drivers/dca/Kconfig"
+
 endmenu
 
 source "fs/Kconfig"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to