diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-01 18:52:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 03:42:42 +0100 |
commit | 49c1b62024d131590e79b5d0ceb5de23a38a6b24 (patch) | |
tree | 3d776c40653c811e287de95c04b380e4d5230a51 /target/mips64 | |
parent | 5a16cddb7108688e3d850f0d089cb7399d8e287e (diff) |
sgi: enable pci and scsi controller
Diffstat (limited to 'target/mips64')
-rw-r--r-- | target/mips64/systems/sgi-o2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/mips64/systems/sgi-o2 b/target/mips64/systems/sgi-o2 index c22952aa5..2a54c7b2e 100644 --- a/target/mips64/systems/sgi-o2 +++ b/target/mips64/systems/sgi-o2 @@ -6,6 +6,8 @@ config ADK_TARGET_SYSTEM_SGI_O2 select ADK_TARGET_WITH_NET select ADK_TARGET_WITH_NETDEVICE select ADK_TARGET_WITH_BLOCK + select ADK_TARGET_WITH_SCSI + select ADK_TARGET_WITH_PCI select ADK_TARGET_KERNEL_WITH_COMPRESSION help Support for SGI O2. |