소스 검색

add option for linux logo

Waldemar Brodkorb 12 년 전
부모
커밋
0b2c0b0882
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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
 	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