diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:01:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:01:56 +0100 |
commit | 0b2c0b0882ba6ec36489e58057c8f5029d313254 (patch) | |
tree | f54463bf0b2fdd2e1e7b8b2aa95c19e2009d7282 | |
parent | adf9acff16bb5e7dfbd3ff11d80e97947dedf1d6 (diff) |
add option for linux logo
-rw-r--r-- | target/linux/config/Config.in.graphics | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index af28b91d7..f6f3962cf 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -50,10 +50,19 @@ config ADK_KERNEL_AGP config ADK_KERNEL_AGP_INTEL boolean + +config ADK_KERNEL_LOGO + boolean menu "Graphic devices support" depends on ADK_TARGET_WITH_VGA +config ADK_KERNEL_LOGO_LINUX_CLUT224 + prompt "Enable Linux penguin boot logo" + boolean + select ADK_KERNEL_LOGO + default n + config ADK_KERNEL_FB_VESA prompt "................................ Framebuffer support for VirtualBox Emulator (VESA)" boolean |