mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
38 lines
837 B
Text
38 lines
837 B
Text
menu "Profile and CFE"
|
|
depends on PACKAGE_bcmopen
|
|
|
|
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_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 SECURE_BOOT_CFE
|
|
prompt "Secure boot CFE"
|
|
bool
|
|
|
|
|
|
endmenu
|
|
|