diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:26:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:28:55 +0200 |
commit | 0554d962f8e788620948e460d479ddf3b370f9e6 (patch) | |
tree | 68d801556f681346e7f9278bd0ca53a486816c91 /target/config/Config.in.hardware | |
parent | e13711b8e839a9fb0c329aec15e89332841d8870 (diff) |
kernel: make net and block support optional
Diffstat (limited to 'target/config/Config.in.hardware')
-rw-r--r-- | target/config/Config.in.hardware | 8 |
1 files changed, 6 insertions, 2 deletions
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 |