From 05ea5d0cf2ed56836a7ee65f4ce2dfd736b7d095 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 14 Mar 2016 08:27:13 -0400 Subject: [PATCH] kconfig: Do not put architecture in the title 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 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index a9f0432953..d988d1fd2a 100644 --- a/Kconfig +++ b/Kconfig @@ -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"