From patchwork Thu May 30 09:41:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 2635441 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 3D2C2DFE82 for ; Thu, 30 May 2013 09:42:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030289Ab3E3JmY (ORCPT ); Thu, 30 May 2013 05:42:24 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:42557 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968085Ab3E3JlP (ORCPT ); Thu, 30 May 2013 05:41:15 -0400 Received: by mail-wi0-f182.google.com with SMTP id c10so28551wiw.3 for ; Thu, 30 May 2013 02:41:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:content-type:x-gm-message-state; bh=IkR93kG7CDjHNi7jcBCr493QjLnNAsA94JbZLZpSOdM=; b=UeBCemBhXbQhOJUs0k5yKfP/mjhM4pocQdr7H8ZHi//gDi/r27vu2+/KlrAtMPzStO J2qr9zgJzooCUBv8Y0Zp7mkeVQiqiiyrzkTJ/7m9af0tGlwEYjsS/SZtGWreZkueQ04A GcQzafrHJIJSaAAuNXA5ns6mDpEOpUyF2v/JfYn8041fNuUT7Mqe97UCo3nDNgEqH3EK PQ06mRQ+u6vJX5G3GAyzui7IqBlmxJpG5Wly4dmueD8hBXCssYjYQY6KXaueSXdt6D5H eH61t/y9O5UBqjt4GwyRi7AV2N69V+ZOZXOMoTSyGdHI7ls4eGF06XL2uRhQADjWyJ9k J5Nw== X-Received: by 10.180.81.169 with SMTP id b9mr17918169wiy.12.1369906873747; Thu, 30 May 2013 02:41:13 -0700 (PDT) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id ca19sm36723486wib.3.2013.05.30.02.41.12 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 30 May 2013 02:41:12 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org Cc: Michal Simek , Michal Simek , Florian Tobias Schandinat , linux-fbdev@vger.kernel.org Subject: [PATCH v2 3/3] video: xilinxfb: Use driver for Xilinx ARM Zynq Date: Thu, 30 May 2013 11:41:02 +0200 Message-Id: <2ec6211297b805a6423898e13751add9a931c686.1369906849.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: <27e53d5633766ab0dc1ac492023d5a0d0199e3aa.1369906849.git.michal.simek@xilinx.com> References: <27e53d5633766ab0dc1ac492023d5a0d0199e3aa.1369906849.git.michal.simek@xilinx.com> In-Reply-To: <27e53d5633766ab0dc1ac492023d5a0d0199e3aa.1369906849.git.michal.simek@xilinx.com> References: <27e53d5633766ab0dc1ac492023d5a0d0199e3aa.1369906849.git.michal.simek@xilinx.com> X-Gm-Message-State: ALoCoQlqWFyDIgdIqAHAR9lzC8hwcRl+ZACoISopukyveao/+AXtez/EFxIPPP6ZB9onvQchkk8f Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org From: Michal Simek Enable this driver for all Xilinx platforms. Signed-off-by: Michal Simek --- Changes in v2: None drivers/video/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.2.3 diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2e937bd..2c301f8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2188,7 +2188,7 @@ config FB_PS3_DEFAULT_SIZE_M config FB_XILINX tristate "Xilinx frame buffer support" - depends on FB && (XILINX_VIRTEX || MICROBLAZE) + depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT