Skip to content

Commit

Permalink
arm: Fix title for SoC configuration in Kconfig
Browse files Browse the repository at this point in the history
The title for selecting the configuration options for SoC's should be
"SoC Configuration" not "Board Configuration".

Signed-off-by: Manivannan Sadhasivam <[email protected]>
  • Loading branch information
Mani-Sadhasivam authored and Anas Nashif committed Apr 28, 2018
1 parent b27d968 commit c36e5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config ARCH_DEFCONFIG

source "arch/arm/core/Kconfig"

menu "Board Configuration"
menu "SoC Configuration"

source "arch/arm/soc/*/Kconfig"

Expand Down

0 comments on commit c36e5ac

Please sign in to comment.