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:
parent
64b8a3868e
commit
05ea5d0cf2
2
Kconfig
2
Kconfig
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue