From 0a7a56e8d481b836aeb6aa2d27735cdc55d5ec34 Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@inteno.se> Date: Mon, 30 Nov 2015 12:11:50 +0100 Subject: [PATCH] add target options to exclude unnecessary modules --- brcm63xx_ref_nand/Config.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/brcm63xx_ref_nand/Config.in b/brcm63xx_ref_nand/Config.in index 38ce8e7e7..16e25a5b9 100644 --- a/brcm63xx_ref_nand/Config.in +++ b/brcm63xx_ref_nand/Config.in @@ -37,3 +37,31 @@ config TARGET_CFERAM_EXT help 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 + -- GitLab