Skip to content

Commit

Permalink
xlnx lpd iou slcr: build the device
Browse files Browse the repository at this point in the history
Meson and kconfig changes to build the versal LPD IOU SLCR device

Signed-off-by: Nelson Ho <[email protected]>
  • Loading branch information
ho28 committed Dec 6, 2024
1 parent 3bc3376 commit 7171ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions hw/misc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7171ca6

Please sign in to comment.