diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-21 19:03:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-21 19:04:04 +0200 |
commit | 7803616de1a90c65323ae946d786fbd45f3783cc (patch) | |
tree | 57068c23a0ad994d030d33a91a61b2cc5df86159 /target | |
parent | 620e1c67724bed2b2147cce5e5ae87bff0c0dcf7 (diff) |
lemote: symbol for framebuffer got renamed
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.graphics | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index fe0d0a840..3467feb46 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -230,12 +230,11 @@ config ADK_KERNEL_FB_GEODE_LX help Framebuffer support for ALIX boards with VGA. -config ADK_KERNEL_FB_SM7XX - bool "Framebuffer support for Lemote Yeelong (SM7XX)" +config ADK_KERNEL_FB_SM712 + bool "Framebuffer support for Lemote Yeelong" select ADK_KERNEL_FB select ADK_KERNEL_FRAMEBUFFER_CONSOLE select ADK_KERNEL_FONT_8x16 - select ADK_KERNEL_STAGING default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default n depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG |