From patchwork Sun Mar 10 09:47:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 226421 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 2B86C2C031C for ; Sun, 10 Mar 2013 20:48:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 320E4A02C5; Sun, 10 Mar 2013 09:48:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id thuNZOA+OQ1y; Sun, 10 Mar 2013 09:48:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 15C51A0215; Sun, 10 Mar 2013 09:48:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3658B8F74B for ; Sun, 10 Mar 2013 09:48:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B6A398B08F for ; Sun, 10 Mar 2013 09:47:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uv-Qii061oqr for ; Sun, 10 Mar 2013 09:47:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id ADFAA8AE14 for ; Sun, 10 Mar 2013 09:47:57 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d41so1685330eek.36 for ; Sun, 10 Mar 2013 01:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=xtxb48tKGY5jnC3E+YmFMsYLZHLp8QI5+vt2rddD8d4=; b=JouAubZWw45Jy5bMhDu8Fhdb+AMi7q0NAfx7yYkXzjrnYl5bMEcenwpLsNU8TT1mnw T2DyN/EHLIC2H8n+OTZHfIrmi3R1S7bRcJ7z8Z7iGXC1lwF8MQtygr9+S1HtA+TVbQcc GsMaPDzoxr17yM5EQVE4jwRBsQ08S6B7B51zcYL+4uix7qaj+mnXkV4lwc8eR0w2F2jx lGGnKvKuCqx364u15THIrejJxRwqeMEFPnpJlCMbeX2WoJHaIjN45Q/4n08WT2AOCgUp soIrAipUE+yXWzkXSKcYguY6yPh0OZVZxpvUx5lpLS3WP+LsXF5CaeErtJwmlwr+Z1jl mEJQ== X-Received: by 10.14.3.70 with SMTP id 46mr24762312eeg.2.1362908875914; Sun, 10 Mar 2013 01:47:55 -0800 (PST) Received: from wheezy.cruise.homelinux.net (p5B379E8A.dip.t-dialin.net. [91.55.158.138]) by mx.google.com with ESMTPS id q42sm17448575eem.14.2013.03.10.01.47.54 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 01:47:55 -0800 (PST) From: Carsten Schoenert To: buildroot@busybox.net Date: Sun, 10 Mar 2013 10:47:37 +0100 Message-Id: <1362908858-6340-4-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362908858-6340-1-git-send-email-c.schoenert@gmail.com> References: <1362908858-6340-1-git-send-email-c.schoenert@gmail.com> MIME-Version: 1.0 Subject: [Buildroot] =?utf-8?q?=5BPATCH_3/4=5D_directfb=3A_expanding_the_h?= =?utf-8?q?elp_strings?= X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Carsten Schoenert Adding a helper string for the PXA3xx and graphics driver from Marvell and the EP9x graphics driver from Cirrus Logic. Signed-off-by: Carsten Schoenert --- package/directfb/Config.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package/directfb/Config.in b/package/directfb/Config.in index a184568..3d22e15 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -49,10 +49,27 @@ config BR2_PACKAGE_DIRECTFB_MATROX config BR2_PACKAGE_DIRECTFB_PXA3XX bool "compile pxa3xx graphics driver" depends on BR2_arm + help + The Marvell PXA3xx Processor Family is a system-on-chip based + on XScaleĀ® microarchitecture. The PXA3xx processor provide + high-performance multimedia, low-power capabilities, and rich + peripheral integration. The PXA3xx Processor Family provide + enhanced features compared to the PXA27x Processor Family, and + are the first Marvell applications processors to integrate a + hardware video accelerator unit. + + http://www.marvell.com/application-processors/pxa-family/ config BR2_PACKAGE_DIRECTFB_EP9X bool "compile ep9x graphics driver" depends on BR2_arm + help + The EP93xx ARMv9 based processors from Cirrus Logic are highly + integrated systems-on-a-chip that pave the way for a multitude + of next-generation consumer and industrial electronic products. + + http://cirrus.com/en/products/arm9.html + config BR2_PACKAGE_DIRECTFB_UNICHROME bool "compile unichrome graphics driver"