瀏覽代碼

make the display support feature flag selectable

SVN-Revision: 23791
Felix Fietkau 15 年之前
父節點
當前提交
8d40973058
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 4 0
      Config.in
  2. 0 3
      target/Config.in

+ 4 - 0
Config.in

@@ -125,6 +125,10 @@ menu "Global build settings"
 
 	comment "General build options"
 
+	config DISPLAY_SUPPORT
+		bool "Show packages that require graphics support (local or remote)"
+		default n
+
 	config BUILD_PATENTED
 		default y
 		bool "Compile with support for patented functionality"

+ 0 - 3
target/Config.in

@@ -8,9 +8,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
 	bool
 
-config DISPLAY_SUPPORT
-	bool
-
 config GPIO_SUPPORT
 	bool