diff --git a/brcm63xx_ref_nand/Config.in b/brcm63xx_ref_nand/Config.in index 38ce8e7e7c925b41987426f63f5805977cae3023..16e25a5b9614c52c702f6bbb0ab023cfb16b38c1 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 +