From 0554d962f8e788620948e460d479ddf3b370f9e6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 13 Aug 2015 15:26:18 +0200 Subject: kernel: make net and block support optional --- target/config/Config.in.hardware | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'target/config/Config.in.hardware') diff --git a/target/config/Config.in.hardware b/target/config/Config.in.hardware index fb59a0d0e..45a4a444f 100644 --- a/target/config/Config.in.hardware +++ b/target/config/Config.in.hardware @@ -5,6 +5,12 @@ config ADK_TARGET_WITH_CPU_FREQ bool +config ADK_TARGET_WITH_NET + bool + +config ADK_TARGET_WITH_BLOCK + bool + config ADK_TARGET_WITH_USB bool @@ -104,5 +110,3 @@ config ADK_TARGET_WITH_MMU config ADK_TARGET_WITHOUT_MMU bool - select ADK_PACKAGE_SASH - select ADK_PACKAGE_SIMPLEINIT -- cgit v1.2.3