summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.graphics
diff options
context:
space:
mode:
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