Browse Source

add option for linux logo

Waldemar Brodkorb 11 years ago
parent
commit
0b2c0b0882
1 changed files with 9 additions and 0 deletions
  1. 9 0
      target/linux/config/Config.in.graphics

+ 9 - 0
target/linux/config/Config.in.graphics

@@ -50,10 +50,19 @@ config ADK_KERNEL_AGP
 
 
 config ADK_KERNEL_AGP_INTEL
 config ADK_KERNEL_AGP_INTEL
 	boolean
 	boolean
+
+config ADK_KERNEL_LOGO
+	boolean
  
  
 menu "Graphic devices support"
 menu "Graphic devices support"
 depends on ADK_TARGET_WITH_VGA
 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
 config ADK_KERNEL_FB_VESA
 	prompt "................................ Framebuffer support for VirtualBox Emulator (VESA)"
 	prompt "................................ Framebuffer support for VirtualBox Emulator (VESA)"
 	boolean
 	boolean