diff options
author | Carsten Schoenert <c.schoenert@gmail.com> | 2013-03-10 08:32:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-28 21:44:25 +0200 |
commit | 6d1a1431d0d4d860b57ae05ee01da1be17eac0e5 (patch) | |
tree | f8e2aca7e97b60919414e2ae1c3bdd40f10f20d4 | |
parent | 3fe23510961fe44db2bf3747163b1a8125ea5be4 (diff) | |
download | buildroot-novena-6d1a1431d0d4d860b57ae05ee01da1be17eac0e5.tar.gz buildroot-novena-6d1a1431d0d4d860b57ae05ee01da1be17eac0e5.zip |
directfb: expanding the help strings
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 <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/directfb/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index a1845689d..796be3794 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -49,10 +49,21 @@ 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. This option enables the graphic + driver support for the PXA3xx processor family. + + http://www.marvell.com/application-processors/pxa-family/ config BR2_PACKAGE_DIRECTFB_EP9X bool "compile ep9x graphics driver" depends on BR2_arm + help + Enable the graphic driver support for the EP93xx ARMv9 based + processors from Cirrus Logic. + + http://cirrus.com/en/products/arm9.html config BR2_PACKAGE_DIRECTFB_UNICHROME bool "compile unichrome graphics driver" |