Skip to content
Snippets Groups Projects
Commit 0a7a56e8 authored by Sukru Senli's avatar Sukru Senli
Browse files

add target options to exclude unnecessary modules

parent cb0a4a8f
Branches
No related tags found
No related merge requests found
...@@ -37,3 +37,31 @@ config TARGET_CFERAM_EXT ...@@ -37,3 +37,31 @@ config TARGET_CFERAM_EXT
help help
The extension to use for the root FS /cferam.xxx file, e.g. "001" The extension to use for the root FS /cferam.xxx file, e.g. "001"
config TARGET_NO_BLUETOOTH
bool "Exclude Bluetooth"
default n
config TARGET_NO_DECT
bool "Exclude DECT"
default n
config TARGET_NO_DHD
bool "Exclude DHD"
default n
config TARGET_NO_DSL
bool "Exclude DSL"
default n
config TARGET_NO_DSL_ANNEX_A
bool "Exclude DSL Annex A"
default n
config TARGET_NO_DSL_ANNEX_B
bool "Exclude DSL Annex B"
default n
config TARGET_NO_VOICE
bool "Exclude Voice"
default n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment