From 3f825016f9fc0eb3c1d6d1e2526756c34a4dc534 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Oct 2017 19:05:15 +0200 Subject: frosted: add ADK prefix, separate kernel/userland in the menu --- Config.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index e30077a69..e30454432 100644 --- a/Config.in +++ b/Config.in @@ -65,11 +65,16 @@ source "target/linux/Config.in" endmenu endmenu -menu "Frosted configuration" +menu "Frosted kernel configuration" visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH source "target/frosted/Config.in" endmenu +menu "Frosted application configuration" + visible if ADK_TARGET_OS_FROSTED && !ADK_TARGET_CHOOSE_ARCH +source "target/frosted/Config.in.apps" +endmenu + menu "Toolchain settings" visible if !ADK_TARGET_CHOOSE_ARCH -- cgit v1.2.3