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/sparc/systems | |
parent | e13711b8e839a9fb0c329aec15e89332841d8870 (diff) |
kernel: make net and block support optional
Diffstat (limited to 'target/sparc/systems')
-rw-r--r-- | target/sparc/systems/qemu-sparc | 2 | ||||
-rw-r--r-- | target/sparc/systems/sun-voyager | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/sparc/systems/qemu-sparc b/target/sparc/systems/qemu-sparc index 915378ee6..1db6445c8 100644 --- a/target/sparc/systems/qemu-sparc +++ b/target/sparc/systems/qemu-sparc @@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_QEMU_SPARC select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_ZIMAGE help - Support for Qemu Emulator SPARC architecture. + Support for Qemu Emulator SPARC architecture. diff --git a/target/sparc/systems/sun-voyager b/target/sparc/systems/sun-voyager index 50a100d0d..90f1cbb57 100644 --- a/target/sparc/systems/sun-voyager +++ b/target/sparc/systems/sun-voyager @@ -3,7 +3,9 @@ config ADK_TARGET_SYSTEM_SUN_VOYAGER depends on ADK_EXPERIMENTAL select ADK_CPU_SPARC_V8 select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_BLOCK select ADK_TARGET_KERNEL_ZIMAGE help - Support for Sun Voyager. + Support for Sun Voyager. |