diff options
author | wbx <wbx@openadk.org> | 2011-04-12 19:21:40 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-12 19:21:40 +0200 |
commit | 0c8fa8e61a481d2d25c55e20c0ebd5176375e623 (patch) | |
tree | 6a9700ca59ec700188744e061c6fd9c756c5d287 /target/linux/config/Config.in.graphics | |
parent | 3a996498d7c64584f34492604b614e2412ade08e (diff) |
refresh lemote yeelong support
Diffstat (limited to 'target/linux/config/Config.in.graphics')
-rw-r--r-- | target/linux/config/Config.in.graphics | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index b6834005f..1aafdf85f 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -10,6 +10,13 @@ config ADK_KERNEL_VT_CONSOLE default y if ADK_TARGET_WITH_VGA default n +config ADK_KERNEL_FONTS + boolean + +config ADK_KERNEL_FONT_8x16 + boolean + select ADK_KERNEL_FONTS + config ADK_KERNEL_FB boolean @@ -48,6 +55,18 @@ config ADK_KERNEL_FB_GEODE_LX help Framebuffer support for ALIX boards with VGA. +config ADK_KERNEL_FB_SM7XX + prompt "................................ Framebuffer support for Lemote Yeelong" + tristate + select ADK_KERNEL_FB + select ADK_KERNEL_FRAMEBUFFER_CONSOLE + select ADK_KERNEL_FONT_8x16 + default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG + default n + depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG + help + Framebuffer support for Lemote Yeelong. + config ADK_HARDWARE_GRAPHICS_INTEL_I915 prompt "................................ Support for Intel graphic cards (AGP/DRM/KMS)" boolean |