mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-07 04:20:51 +01:00
Before the Public SDK was built using a separate package.
Now that it is possible to choose between several different kernel
versions, this does not work. Instead a new menuconfig option to the
normal bcmkernel package has been added that makes it build the
Public SDK of the current release.
NOTE: Make sure that the kernel version selected in menuconfig
matches the saved Public SDK tarball of the current release.
Only the latest release (4.16L.03) has been tested, the older version
builds are killed with an eror message if Public SDK is selected.
93 lines
1.9 KiB
Text
93 lines
1.9 KiB
Text
menu "Profile and CFE"
|
|
depends on PACKAGE_bcmkernel
|
|
|
|
config BCM_OPEN
|
|
bool
|
|
prompt "Build package for Public SDK"
|
|
default n
|
|
help
|
|
Set this to build an package using a release tarball with the proprietary components removed.
|
|
|
|
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
|
|
|