2019-01-23 07:56:00 +01:00
|
|
|
# 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
|
2019-10-26 18:45:42 +02:00
|
|
|
source nubus/Kconfig
|
2019-01-23 07:56:00 +01:00
|
|
|
source nvram/Kconfig
|
|
|
|
source pci-bridge/Kconfig
|
|
|
|
source pci-host/Kconfig
|
|
|
|
source pcmcia/Kconfig
|
|
|
|
source pci/Kconfig
|
2019-03-14 14:09:09 +01:00
|
|
|
source rdma/Kconfig
|
2019-10-04 01:03:52 +02:00
|
|
|
source rtc/Kconfig
|
2019-01-23 07:56:00 +01:00
|
|
|
source scsi/Kconfig
|
|
|
|
source sd/Kconfig
|
2019-05-13 16:25:27 +02:00
|
|
|
source semihosting/Kconfig
|
2019-01-23 07:56:00 +01:00
|
|
|
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
|
2020-01-24 01:51:27 +01:00
|
|
|
source avr/Kconfig
|
2019-01-23 07:56:00 +01:00
|
|
|
source cris/Kconfig
|
|
|
|
source hppa/Kconfig
|
|
|
|
source i386/Kconfig
|
|
|
|
source lm32/Kconfig
|
|
|
|
source m68k/Kconfig
|
|
|
|
source microblaze/Kconfig
|
|
|
|
source mips/Kconfig
|
|
|
|
source moxie/Kconfig
|
|
|
|
source nios2/Kconfig
|
|
|
|
source openrisc/Kconfig
|
|
|
|
source ppc/Kconfig
|
|
|
|
source riscv/Kconfig
|
2019-01-21 14:16:00 +01:00
|
|
|
source rx/Kconfig
|
2019-01-23 07:56:00 +01:00
|
|
|
source s390x/Kconfig
|
|
|
|
source sh4/Kconfig
|
|
|
|
source sparc/Kconfig
|
|
|
|
source sparc64/Kconfig
|
|
|
|
source tricore/Kconfig
|
|
|
|
source unicore32/Kconfig
|
|
|
|
source xtensa/Kconfig
|
|
|
|
|
|
|
|
# Symbols used by multiple targets
|
2019-01-25 06:48:56 +01:00
|
|
|
config TEST_DEVICES
|
|
|
|
bool
|
|
|
|
|
2019-01-23 07:56:00 +01:00
|
|
|
config XILINX
|
|
|
|
bool
|
2019-01-23 07:56:12 +01:00
|
|
|
select PTIMER # for hw/timer/xilinx_timer.c
|
2019-01-23 07:56:00 +01:00
|
|
|
|
|
|
|
config XILINX_AXI
|
|
|
|
bool
|
2019-01-23 07:56:12 +01:00
|
|
|
select PTIMER # for hw/dma/xilinx_axidma.c
|
2019-04-27 16:14:57 +02:00
|
|
|
|
|
|
|
config XLNX_ZYNQMP
|
|
|
|
bool
|
2019-05-14 07:59:34 +02:00
|
|
|
select REGISTER
|