From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Osciak Date: Fri, 09 Jul 2010 08:49:49 +0000 Subject: [PATCH 01/19] s3c-fb: Change to depending on CONFIG_S3C_FB_DEV Message-Id: <1278665407-18002-2-git-send-email-p.osciak@samsung.com> List-Id: References: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> In-Reply-To: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Ben Dooks As suggested by Marek Szyprowski, we should make the driver depend on the configuration currently being used to build the platform device into the kernel. Signed-off-by: Ben Dooks Signed-off-by: Pawel Osciak --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3d94a14..858f1ca 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1930,7 +1930,7 @@ config FB_TMIO_ACCELL config FB_S3C tristate "Samsung S3C framebuffer support" - depends on FB && ARCH_S3C64XX + depends on FB && S3C_DEV_FB select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- 1.7.1.569.g6f426 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Osciak Subject: [PATCH 01/19] s3c-fb: Change to depending on CONFIG_S3C_FB_DEV Date: Fri, 09 Jul 2010 10:49:49 +0200 Message-ID: <1278665407-18002-2-git-send-email-p.osciak@samsung.com> References: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN Content-Transfer-Encoding: 7BIT Return-path: Received: from mailout3.w1.samsung.com ([210.118.77.13]:39640 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754119Ab0GIIv0 (ORCPT ); Fri, 9 Jul 2010 04:51:26 -0400 In-reply-to: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: p.osciak@samsung.com, kyungmin.park@samsung.com, ben-linux@fluff.org, m.szyprowski@samsung.com, akpm@linux-foundation.org From: Ben Dooks As suggested by Marek Szyprowski, we should make the driver depend on the configuration currently being used to build the platform device into the kernel. Signed-off-by: Ben Dooks Signed-off-by: Pawel Osciak --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3d94a14..858f1ca 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1930,7 +1930,7 @@ config FB_TMIO_ACCELL config FB_S3C tristate "Samsung S3C framebuffer support" - depends on FB && ARCH_S3C64XX + depends on FB && S3C_DEV_FB select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- 1.7.1.569.g6f426 From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.osciak@samsung.com (Pawel Osciak) Date: Fri, 09 Jul 2010 10:49:49 +0200 Subject: [PATCH 01/19] s3c-fb: Change to depending on CONFIG_S3C_FB_DEV In-Reply-To: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> References: <1278665407-18002-1-git-send-email-p.osciak@samsung.com> Message-ID: <1278665407-18002-2-git-send-email-p.osciak@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Ben Dooks As suggested by Marek Szyprowski, we should make the driver depend on the configuration currently being used to build the platform device into the kernel. Signed-off-by: Ben Dooks Signed-off-by: Pawel Osciak --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3d94a14..858f1ca 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1930,7 +1930,7 @@ config FB_TMIO_ACCELL config FB_S3C tristate "Samsung S3C framebuffer support" - depends on FB && ARCH_S3C64XX + depends on FB && S3C_DEV_FB select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT -- 1.7.1.569.g6f426