aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorKONRAD Frederic <fred.konrad@greensocs.com>2016-06-14 15:59:15 +0100
committerPeter Maydell <peter.maydell@linaro.org>2016-06-14 15:59:15 +0100
commite27ed1bdd33402c9b5187bc0b30f8fd36b9e5202 (patch)
tree62d4a87ce97f3f3ce9375352bb074d51d4490064 /default-configs
parent6fc7f77fd21f15f773bb18c1c4011949be9b4118 (diff)
introduce dpcd module
This introduces dpcd module. It wires on a aux-bus and can be accessed by the driver to get lane-speed, etc. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Tested-By: Hyun Kwon <hyun.kwon@xilinx.com> Message-id: 1465833014-21982-6-git-send-email-fred.konrad@greensocs.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/aarch64-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
index d3a2665911..87165b755b 100644
--- a/default-configs/aarch64-softmmu.mak
+++ b/default-configs/aarch64-softmmu.mak
@@ -4,4 +4,5 @@
include arm-softmmu.mak
CONFIG_AUX=y
+CONFIG_DPCD=y
CONFIG_XLNX_ZYNQMP=y