Skip to content

Commit

Permalink
kconfig: Do not put architecture in the title
Browse files Browse the repository at this point in the history
This is from old kconfig structure and right now it shows
the wrong architecture in the menu. We have the architecture in
CONFIG_ARCH now.

Change-Id: Ifee12ab5a38e9fddb44c74aa3058970f9bd0165f
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Mar 14, 2016
1 parent 64b8a38 commit 05ea5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
mainmenu "Zephyr Kernel/$ARCH Configuration"
mainmenu "Zephyr Kernel Configuration"

source "Kconfig.zephyr"

0 comments on commit 05ea5d0

Please sign in to comment.