From 28ea28a6be33dd7ce00f0d599bd245e5ce37ca1c Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 16 Oct 2007 01:29:28 -0700 Subject: drivers/video/Kconfig: Fix FB_PMAGB_B dependencies Add a missing FB dependency to FB_PMAGB_B. Signed-off-by: Maciej W. Rozycki Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/Kconfig') diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 5c1ef093800..2cf6147aefc 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1652,7 +1652,7 @@ config FB_PMAG_BA config FB_PMAGB_B tristate "PMAGB-B TURBOchannel framebuffer support" - depends on TC + depends on FB && TC select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- cgit v1.2.3