diff --git a/Config.in b/Config.in index daecd171e..f4ab5271f 100644 --- a/Config.in +++ b/Config.in @@ -126,6 +126,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" diff --git a/target/Config.in b/target/Config.in index 48fd82732..3e161f598 100644 --- a/target/Config.in +++ b/target/Config.in @@ -14,9 +14,6 @@ config HAS_FPU config AUDIO_SUPPORT bool -config DISPLAY_SUPPORT - bool - config GPIO_SUPPORT bool