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>
This commit is contained in:
Anas Nashif 2016-03-14 08:27:13 -04:00
parent 64b8a3868e
commit 05ea5d0cf2

View file

@ -15,6 +15,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
mainmenu "Zephyr Kernel/$ARCH Configuration" mainmenu "Zephyr Kernel Configuration"
source "Kconfig.zephyr" source "Kconfig.zephyr"