diff options
author | Paul Brook <paul@codesourcery.com> | 2009-11-19 16:42:45 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-11-19 16:42:45 +0000 |
commit | f165b53a896975f6c45760d72f87e44f1a2ba325 (patch) | |
tree | c3043558dcec3720e3fe7dd0b7289bd0b0d74a0d /default-configs | |
parent | cd7aafcb8ddb4250a69866a5df9304dacbc6d9c5 (diff) |
Built network devices once
Move some generic NICS into libhw, and build them for ARM targets.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index a30393d5f6..35d2cb9c9c 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -20,3 +20,5 @@ CONFIG_ADS7846=y CONFIG_MAX111X=y CONFIG_SSI=y CONFIG_SSI_SD=y +CONFIG_LAN9118=y +CONFIG_SMC91C111=y |