summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>2015-12-20 09:44:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:54:54 +0100
commit1e3d2cad8daa59ccf64b1f47a1e1ab95b0f9b784 (patch)
tree6dcee671387b0133d9c6948a4d6388d50a935a04 /Config.in.legacy
parent2b06cc9e0ccaaeee7215bb5841b55e974c5d0678 (diff)
downloadbuildroot-1e3d2cad8daa59ccf64b1f47a1e1ab95b0f9b784.tar.gz
buildroot-1e3d2cad8daa59ccf64b1f47a1e1ab95b0f9b784.zip
directfb: remove cle266 and unichrome support
They're broken for the latest version and directfb upstream is gone. cle266 is an old chipset for AMD K7 (32 bit) athlons with integrated graphics - very odd hardware. unichrome is another VIA graphics standalone chip/chipset used for some odd video cards and VIA CPUs (x86-based: C7, Nano and so on). Add options to legacy as well. Fixes: http://autobuild.buildroot.net/results/ab9/ab9a6dd044b5f3e8e42629a2aaf598fd0e0357ed/ Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy16
1 files changed, 16 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 4d225277e4..c22e35eeeb 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,22 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_PACKAGE_DIRECTFB_CLE266
+ bool "cle266 driver for directfb"
+ select BR2_LEGACY
+ help
+ The cle266 directfb driver support has been removed.
+ It doesn't build in the latest version and it's unlikely
+ anyone has any use for it.
+
+config BR2_PACKAGE_DIRECTFB_UNICHROME
+ bool "unichrome driver for directfb"
+ select BR2_LEGACY
+ help
+ The unichrome directfb driver support has been removed.
+ It doesn't build in the latest version and it's unlikely
+ anyone has any use for it.
+
config BR2_PACKAGE_LIBEINA
bool "libeina package has been removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud