diff options
Diffstat (limited to 'hw/Kconfig')
-rw-r--r-- | hw/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/Kconfig b/hw/Kconfig index c4f1547546..f902c8fdc6 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -61,6 +61,9 @@ source unicore32/Kconfig source xtensa/Kconfig # Symbols used by multiple targets +config TEST_DEVICES + bool + config XILINX bool |