mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
86 lines
1.7 KiB
Text
86 lines
1.7 KiB
Text
menu "Profile and CFE"
|
|
depends on PACKAGE_bcmkernel
|
|
|
|
choice
|
|
prompt "Broadcom SDK version"
|
|
default BRCM_SDK_VER_416030
|
|
help
|
|
Version of the Broadcom SDK to use.
|
|
|
|
config BRCM_SDK_VER_414040
|
|
bool
|
|
prompt "bcmkernel-4.14L.04"
|
|
|
|
config BRCM_SDK_VER_416021
|
|
bool
|
|
prompt "bcmkernel-4.16L.02A"
|
|
|
|
config BRCM_SDK_VER_416030
|
|
bool
|
|
prompt "bcmkernel-4.16L.03"
|
|
|
|
endchoice
|
|
|
|
config BCM_KERNEL_PROFILE
|
|
string
|
|
prompt "Broadcom kernel profile"
|
|
default "96368GWV"
|
|
help
|
|
Profile to build the broadcom software with, 96368GWV, 963268GWV, 96362GWV, 96816GWV, 96816OV
|
|
|
|
config BCM_CFE_PASSWORD
|
|
string
|
|
prompt "Broadcom cfe password"
|
|
default ""
|
|
|
|
config BCM_CHIP_ID
|
|
string
|
|
prompt "Broadcom chip id"
|
|
default "6368"
|
|
help
|
|
Chip id to build the cfe with, 6328|6362|6368|6816|63268
|
|
|
|
config BCM_BLNAND
|
|
string
|
|
prompt "Broadcom boot loader nand"
|
|
default "0"
|
|
help
|
|
Set this to 1 to build a boot loader for nand flash
|
|
|
|
config BCM_ENDPOINT_MODULE
|
|
bool
|
|
prompt "Broadcom endpoint voice FXS support"
|
|
default y
|
|
help
|
|
Set this to include the endpoint module in image
|
|
|
|
config BCM_USBSOUND_MODULES
|
|
bool
|
|
prompt "Broadcom USB audio support"
|
|
default n
|
|
help
|
|
Set this to include sound support modules in image
|
|
|
|
|
|
config BCM_I2C
|
|
bool
|
|
prompt "Broadcom I2C support"
|
|
default n
|
|
help
|
|
Set this to include the i2c modules in image
|
|
|
|
config BCM_BLUETOOTH
|
|
bool
|
|
prompt "Broadcom Bluetooth support"
|
|
default n
|
|
help
|
|
Set this to include the Bluetooth modules in image
|
|
|
|
|
|
config SECURE_BOOT_CFE
|
|
prompt "Secure boot CFE"
|
|
bool
|
|
|
|
|
|
endmenu
|
|
|