From: Jingoo Han Date: Wed, 20 Feb 2013 02:13:42 +0000 (+1100) Subject: video: s3c-fb: use ARCH_ dependancy X-Git-Tag: next-20130220~1^2~645 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8591bdd50ae90ae52de67c76f2e8f10b0cfacdcb;p=karo-tx-linux.git video: s3c-fb: use ARCH_ dependancy Use ARCH_ dependancy when using s3c-fb. S3C_DEV_FB, S5P_DEV_FIMD0 cannot be enabled on EXYNOS5. So, ARCH_ should be used as dependancy for s3c-fb. Signed-off-by: Jingoo Han Cc: Kyungmin Park Cc: Tomasz Figa Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1e2f2d8f952e..ba39aea35322 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2046,7 +2046,8 @@ config FB_TMIO_ACCELL config FB_S3C tristate "Samsung S3C framebuffer support" - depends on FB && (S3C_DEV_FB || S5P_DEV_FIMD0) + depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \ + ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT