ChangeSet 1.2181.28.7, 2005/03/27 20:09:22+01:00, [EMAIL PROTECTED](none)

        [ARM PATCH] 2585/1: missing ARCH_CLPS7500 depends in video Kconfig
        
        Patch from Vince Sanders
        
        While updating default configurations it was noted that the FB_ACORN
        video config option was missing a dependancy on ARCH_CLPS7500
        
        Signed-off-by: Vincent Sanders
        Signed-off-by: Russell King



 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/video/Kconfig b/drivers/video/Kconfig
--- a/drivers/video/Kconfig     2005-03-28 23:13:25 -08:00
+++ b/drivers/video/Kconfig     2005-03-28 23:13:25 -08:00
@@ -160,7 +160,7 @@
 
 config FB_ACORN
        bool "Acorn VIDC support"
-       depends on (FB = y) && ARM && ARCH_ACORN
+       depends on (FB = y) && ARM && (ARCH_ACORN || ARCH_CLPS7500)
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
-
To unsubscribe from this list: send the line "unsubscribe bk-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