diff options
author | Michal Simek <monstr@monstr.eu> | 2011-03-04 14:40:29 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | 2011-03-16 15:18:58 +0100 |
commit | d746ce6dbaa91766e473f6fff82dfbd88ba3f86d (patch) | |
tree | dc4d2e3fa56d756e543052a3f5e536c0cd68b9f2 /default-configs/microblazeel-softmmu.mak | |
parent | ad620c29c2da573e3a5f13f5b1eb2694fee64cfb (diff) |
microblaze: Compile uart 16550 serial driver
Upcomming little endian platform will use 16550 serial driver.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
Diffstat (limited to 'default-configs/microblazeel-softmmu.mak')
-rw-r--r-- | default-configs/microblazeel-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/microblazeel-softmmu.mak b/default-configs/microblazeel-softmmu.mak index ddc6bf4448..4b40fb21a5 100644 --- a/default-configs/microblazeel-softmmu.mak +++ b/default-configs/microblazeel-softmmu.mak @@ -2,3 +2,4 @@ CONFIG_PTIMER=y CONFIG_PFLASH_CFI01=y +CONFIG_SERIAL=y |