Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
targets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
d279e97d
Commit
d279e97d
authored
4 years ago
by
Andreas Gnau
Browse files
Options
Downloads
Patches
Plain Diff
iopsys-brcm63xx-arm: Fix arc63158ref default config fragment
parent
d43853b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iopsys-brcm63xx-arm/config/arc63158ref/config
+3
-31
3 additions, 31 deletions
iopsys-brcm63xx-arm/config/arc63158ref/config
with
3 additions
and
31 deletions
iopsys-brcm63xx-arm/config/arc63158ref/config
+
3
−
31
View file @
d279e97d
menu "Target options Brcm63xx (ARM)"
CONFIG_TARGET_FAMILY="ARC63158REF"
depends on TARGET_iopsys_brcm63xx_arm
CONFIG_BCM_KERNEL_PROFILE="963158GWV"
CONFIG_BCM_CHIP_ID="63158"
config KERNEL_GIT_CLONE_URI
default "https://dev.iopsys.eu/broadcom/bcmlinux.git" if BRCM_SDK_VER_504002
# BUG: this is the branch in the kernel used for openwrt part of the build. It should also be updated for the new sdk.
config KERNEL_GIT_BRANCH
default "bcm_5.02L.02" if BRCM_SDK_VER_504002
# brcm has it's own brctl
config BUSYBOX_DEFAULT_BRCTL
default n if TARGET_iopsys_brcm63xx_arm
# TODO: Can we remove this? Only used for image building and OpenSDK.
# Maybe CONFIG_TARGET_PROFILE with CONFIG_VERSION_PRODUCT (set by iop-tool)
# is enough to cover all needs?
config TARGET_FAMILY
string
help
Was previously board ID but has been renamed to board family.
A family image can potentially run on multiple similar boards.
prompt "Board family" if TARGET_iopsys_brcm63xx_arm
config TARGET_HAS_VOICE
bool "Whether to build voice or exclude it entirely"
help
For exclude building voice entirely, not just in the OPEN-image.
default y
endmenu
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment