summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-03-14 08:27:13 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-03-14 16:50:51 -0400
commit05ea5d0cf2ed56836a7ee65f4ce2dfd736b7d095 (patch)
treeab0a4ea27d1e174072434581e1211908e9df7d64 /Kconfig
parent64b8a3868ef6fd8c6b437c3a491df5a878da15de (diff)
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 <anas.nashif@intel.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index a9f043295..d988d1fd2 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"