 5e9ae4b1a3
			
		
	
	
		5e9ae4b1a3
		
	
	
	
	
		
			
			Lots of this are expected to be coming in, create a directory for them. Also move the tmp105.h file into the include directory where it should be. Cc: Cédric Le Goater <clg@kaod.org> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: Joel Stanley <joel@jms.id.au> Cc: Andrzej Zaborowski <balrogg@gmail.com> Cc: qemu-arm@nongnu.org Signed-off-by: Corey Minyard <cminyard@mvista.com> Acked-by: Cédric Le Goater <clg@kaod.org>
		
			
				
	
	
		
			84 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # devices Kconfig
 | |
| source 9pfs/Kconfig
 | |
| source acpi/Kconfig
 | |
| source adc/Kconfig
 | |
| source audio/Kconfig
 | |
| source block/Kconfig
 | |
| source char/Kconfig
 | |
| source core/Kconfig
 | |
| source display/Kconfig
 | |
| source dma/Kconfig
 | |
| source gpio/Kconfig
 | |
| source hyperv/Kconfig
 | |
| source i2c/Kconfig
 | |
| source ide/Kconfig
 | |
| source input/Kconfig
 | |
| source intc/Kconfig
 | |
| source ipack/Kconfig
 | |
| source ipmi/Kconfig
 | |
| source isa/Kconfig
 | |
| source mem/Kconfig
 | |
| source misc/Kconfig
 | |
| source net/Kconfig
 | |
| source nubus/Kconfig
 | |
| source nvme/Kconfig
 | |
| source nvram/Kconfig
 | |
| source pci-bridge/Kconfig
 | |
| source pci-host/Kconfig
 | |
| source pcmcia/Kconfig
 | |
| source pci/Kconfig
 | |
| source rdma/Kconfig
 | |
| source remote/Kconfig
 | |
| source rtc/Kconfig
 | |
| source scsi/Kconfig
 | |
| source sd/Kconfig
 | |
| source sensor/Kconfig
 | |
| source smbios/Kconfig
 | |
| source ssi/Kconfig
 | |
| source timer/Kconfig
 | |
| source tpm/Kconfig
 | |
| source usb/Kconfig
 | |
| source virtio/Kconfig
 | |
| source vfio/Kconfig
 | |
| source watchdog/Kconfig
 | |
| 
 | |
| # arch Kconfig
 | |
| source arm/Kconfig
 | |
| source alpha/Kconfig
 | |
| source avr/Kconfig
 | |
| source cris/Kconfig
 | |
| source hppa/Kconfig
 | |
| source i386/Kconfig
 | |
| source m68k/Kconfig
 | |
| source microblaze/Kconfig
 | |
| source mips/Kconfig
 | |
| source nios2/Kconfig
 | |
| source openrisc/Kconfig
 | |
| source ppc/Kconfig
 | |
| source riscv/Kconfig
 | |
| source rx/Kconfig
 | |
| source s390x/Kconfig
 | |
| source sh4/Kconfig
 | |
| source sparc/Kconfig
 | |
| source sparc64/Kconfig
 | |
| source tricore/Kconfig
 | |
| source xtensa/Kconfig
 | |
| 
 | |
| # Symbols used by multiple targets
 | |
| config TEST_DEVICES
 | |
|     bool
 | |
| 
 | |
| config XILINX
 | |
|     bool
 | |
|     select PTIMER # for hw/timer/xilinx_timer.c
 | |
| 
 | |
| config XILINX_AXI
 | |
|     bool
 | |
|     select PTIMER # for hw/dma/xilinx_axidma.c
 | |
| 
 | |
| config XLNX_ZYNQMP
 | |
|     bool
 | |
|     select REGISTER
 | |
|     select CAN_BUS
 | |
|     select PTIMER
 |