summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:01:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-05 09:01:56 +0100
commit0b2c0b0882ba6ec36489e58057c8f5029d313254 (patch)
treef54463bf0b2fdd2e1e7b8b2aa95c19e2009d7282 /target/linux
parentadf9acff16bb5e7dfbd3ff11d80e97947dedf1d6 (diff)
add option for linux logo
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.graphics9
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