summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.graphics
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:30:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-13 00:30:49 +0100
commitb6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (patch)
tree622172c6d4fba89038c9f92d12085fce72268259 /target/linux/config/Config.in.graphics
parent4129680028eaddf98219126f787b08551bbf7088 (diff)
unify alix support
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r--target/linux/config/Config.in.graphics26
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
new file mode 100644
index 000000000..0bd468de1
--- /dev/null
+++ b/target/linux/config/Config.in.graphics
@@ -0,0 +1,26 @@
+config ADK_KERNEL_FB
+ boolean
+ default n
+
+config ADK_KERNEL_FRAMEBUFFER_CONSOLE
+ boolean
+ default n
+
+config ADK_KERNEL_FB_GEODE
+ boolean
+ default n
+
+menu "Graphic devices support"
+
+config ADK_KERNEL_FB_GEODE_LX
+ prompt "geode-fblx...................... Framebuffer support for ALIX boards with VGA"
+ tristate
+ select ADK_KERNEL_FB
+ select ADK_KERNEL_FRAMEBUFFER_CONSOLE
+ select ADK_KERNEL_FB_GEODE
+ default y if ADK_HARDWARE_ALIX1C
+ default n
+ help
+ Framebuffer support for ALIX boards.
+
+endmenu