Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
f9c4a51c
Commit
f9c4a51c
authored
9 years ago
by
Lokesh Vutla
Committed by
Tom Rini
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ARM: k2g: Add kconfig support
Add Kconfig support Signed-off-by:
Lokesh Vutla
<
lokeshvutla@ti.com
>
parent
f11a328b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/mach-keystone/Kconfig
+3
-0
3 additions, 0 deletions
arch/arm/mach-keystone/Kconfig
board/ti/ks2_evm/Kconfig
+13
-0
13 additions, 0 deletions
board/ti/ks2_evm/Kconfig
with
16 additions
and
0 deletions
arch/arm/mach-keystone/Kconfig
+
3
−
0
View file @
f9c4a51c
...
@@ -13,6 +13,9 @@ config TARGET_K2E_EVM
...
@@ -13,6 +13,9 @@ config TARGET_K2E_EVM
config TARGET_K2L_EVM
config TARGET_K2L_EVM
bool "TI Keystone 2 Lamar EVM"
bool "TI Keystone 2 Lamar EVM"
config TARGET_K2G_EVM
bool "TI Keystone 2 Galileo EVM"
endchoice
endchoice
config SYS_SOC
config SYS_SOC
...
...
This diff is collapsed.
Click to expand it.
board/ti/ks2_evm/Kconfig
+
13
−
0
View file @
f9c4a51c
...
@@ -36,3 +36,16 @@ config SYS_CONFIG_NAME
...
@@ -36,3 +36,16 @@ config SYS_CONFIG_NAME
default "k2l_evm"
default "k2l_evm"
endif
endif
if TARGET_K2G_EVM
config SYS_BOARD
default "ks2_evm"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "k2g_evm"
endif
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