소스 검색

allow to choose kernel symbol

Waldemar Brodkorb 8 년 전
부모
커밋
b0e2112c46
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      target/linux/config/Config.in.block

+ 3 - 3
target/linux/config/Config.in.block

@@ -1,12 +1,12 @@
 # This file is part of the OpenADK project. OpenADK is copyrighted
 # material, please see the LICENCE file in the top-level directory.
 
-menu "Block devices support"
-depends on ADK_TARGET_WITH_BLOCK
-
 config ADK_KERNEL_BLOCK
 	bool
 
+menu "Block devices support"
+depends on ADK_TARGET_WITH_BLOCK
+
 config ADK_KERNEL_LBDAF
 	bool