Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc10020292c7a21d1c85a215fa266d4c7cf0f4eb
Commit:     fc10020292c7a21d1c85a215fa266d4c7cf0f4eb
Parent:     3e7678333a2b3bd89e3669535faa18d53a8fa054
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 20 14:24:57 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 14:24:57 2007 +0900

    sh: Make on-chip DMA channel selection explicit.
    
    Currently this has a prompt to allow users to change it. There's
    no reason to do this, and it has caused breakage and confusion
    in the past, so remove it entirely.
    
    We'll get rid of this when the whole driver is tidied for
    the driver model.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/drivers/dma/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/drivers/dma/Kconfig b/arch/sh/drivers/dma/Kconfig
index 93cc6a4..ee71143 100644
--- a/arch/sh/drivers/dma/Kconfig
+++ b/arch/sh/drivers/dma/Kconfig
@@ -10,8 +10,8 @@ config SH_DMA
        default n
 
 config NR_ONCHIP_DMA_CHANNELS
+       int
        depends on SH_DMA
-       int "Number of on-chip DMAC channels"
        default "8" if CPU_SUBTYPE_SH7750R || CPU_SUBTYPE_SH7751R
        default "12" if CPU_SUBTYPE_SH7780
        default "4"
-
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