diff options
Diffstat (limited to 'hw/Kconfig')
-rw-r--r-- | hw/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Kconfig b/hw/Kconfig index f902c8fdc6..d5ecd02070 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -66,6 +66,8 @@ config TEST_DEVICES config XILINX bool + select PTIMER # for hw/timer/xilinx_timer.c config XILINX_AXI bool + select PTIMER # for hw/dma/xilinx_axidma.c |