diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 2a479992e8..f3d857e1f5 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -213,6 +213,9 @@ config IOSB config XLNX_VERSAL_TRNG bool +config XLNX_LPD_IOU_SLCR + bool + config WR_PCI_LEDS bool default y if PCI_DEVICES diff --git a/hw/misc/meson.build b/hw/misc/meson.build index 87a6ebbe39..a267b9e8e8 100644 --- a/hw/misc/meson.build +++ b/hw/misc/meson.build @@ -102,6 +102,7 @@ system_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files( 'xlnx-versal-cfu.c', 'xlnx-cfi-if.c', 'xlnx-versal-cframe-reg.c', + 'xlnx-versal-lpd-iou-slcr.c', )) system_ss.add(when: 'CONFIG_XLNX_VERSAL_TRNG', if_true: files( 'xlnx-versal-trng.c',