Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/Kconfig | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hw/Kconfig
diff --git a/hw/Kconfig b/hw/Kconfig new file mode 100644 index 0000000..23e062b --- /dev/null +++ b/hw/Kconfig @@ -0,0 +1,27 @@ +source "hw/9pfs/Kconfig" +source "hw/audio/Kconfig" +source "hw/block/Kconfig" +source "hw/char/Kconfig" +source "hw/core/Kconfig" +source "hw/cpu/Kconfig" +source "hw/display/Kconfig" +source "hw/dma/Kconfig" +source "hw/gpio/Kconfig" +source "hw/i2c/Kconfig" +source "hw/input/Kconfig" +source "hw/intc/Kconfig" +source "hw/ide/Kconfig" +source "hw/isa/Kconfig" +source "hw/misc/Kconfig" +source "hw/net/Kconfig" +source "hw/nvram/Kconfig" +source "hw/pci-bridge/Kconfig" +source "hw/pci-host/Kconfig" +source "hw/pci/Kconfig" +source "hw/scsi/Kconfig" +source "hw/sd/Kconfig" +source "hw/ssi/Kconfig" +source "hw/timer/Kconfig" +source "hw/tpm/Kconfig" +source "hw/usb/Kconfig" +source "hw/watchdog/Kconfig" -- 1.7.10.4