2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2012-04-07 22:50:57 +08:00
|
|
|
|
2020-08-12 22:47:48 +08:00
|
|
|
config SPECIFIC_DRIVERS
|
|
|
|
bool "Board Specific drivers"
|
|
|
|
default n
|
|
|
|
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/crypto/Kconfig"
|
|
|
|
source "drivers/loop/Kconfig"
|
|
|
|
source "drivers/can/Kconfig"
|
2021-11-26 11:13:58 +08:00
|
|
|
source "drivers/clk/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/i2c/Kconfig"
|
2023-03-06 22:24:08 +08:00
|
|
|
source "drivers/i3c/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/spi/Kconfig"
|
|
|
|
source "drivers/i2s/Kconfig"
|
2022-06-28 21:45:41 +08:00
|
|
|
source "drivers/ipcc/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/timers/Kconfig"
|
|
|
|
source "drivers/analog/Kconfig"
|
|
|
|
source "drivers/audio/Kconfig"
|
2024-03-27 20:32:31 +08:00
|
|
|
source "drivers/vhost/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/video/Kconfig"
|
2022-11-23 19:45:05 +08:00
|
|
|
source "drivers/virtio/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/bch/Kconfig"
|
|
|
|
source "drivers/input/Kconfig"
|
|
|
|
source "drivers/ioexpander/Kconfig"
|
|
|
|
source "drivers/lcd/Kconfig"
|
|
|
|
source "drivers/leds/Kconfig"
|
2022-03-11 22:13:17 +08:00
|
|
|
source "drivers/misc/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/mmcsd/Kconfig"
|
|
|
|
source "drivers/modem/Kconfig"
|
|
|
|
source "drivers/mtd/Kconfig"
|
|
|
|
source "drivers/eeprom/Kconfig"
|
|
|
|
source "drivers/efuse/Kconfig"
|
|
|
|
source "drivers/net/Kconfig"
|
|
|
|
source "drivers/note/Kconfig"
|
2023-09-20 15:27:12 +08:00
|
|
|
source "drivers/pinctrl/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/pipes/Kconfig"
|
|
|
|
source "drivers/power/Kconfig"
|
2023-07-19 20:17:15 +08:00
|
|
|
source "drivers/regmap/Kconfig"
|
2023-11-10 20:39:21 +08:00
|
|
|
source "drivers/rmt/Kconfig"
|
2023-12-12 10:53:45 +08:00
|
|
|
source "drivers/rpmsg/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/rptun/Kconfig"
|
|
|
|
source "drivers/sensors/Kconfig"
|
|
|
|
source "drivers/serial/Kconfig"
|
2023-10-13 23:10:56 +08:00
|
|
|
source "drivers/thermal/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/usbdev/Kconfig"
|
|
|
|
source "drivers/usbhost/Kconfig"
|
|
|
|
source "drivers/usbmisc/Kconfig"
|
|
|
|
source "drivers/usbmonitor/Kconfig"
|
|
|
|
source "drivers/wireless/Kconfig"
|
|
|
|
source "drivers/contactless/Kconfig"
|
|
|
|
source "drivers/1wire/Kconfig"
|
|
|
|
source "drivers/syslog/Kconfig"
|
2023-02-07 13:56:13 +08:00
|
|
|
source "$BINDIR/drivers/platform/Kconfig"
|
2021-07-20 19:10:10 +08:00
|
|
|
source "drivers/rf/Kconfig"
|
|
|
|
source "drivers/rc/Kconfig"
|
|
|
|
source "drivers/motor/Kconfig"
|
2021-07-14 20:41:25 +08:00
|
|
|
source "drivers/math/Kconfig"
|
2022-01-21 20:00:26 +08:00
|
|
|
source "drivers/segger/Kconfig"
|
2022-09-09 20:58:51 +08:00
|
|
|
source "drivers/usrsock/Kconfig"
|
2018-03-28 15:30:23 +08:00
|
|
|
source "drivers/dma/Kconfig"
|
2023-05-07 15:13:31 +08:00
|
|
|
source "drivers/devicetree/Kconfig"
|
2023-06-06 16:32:15 +08:00
|
|
|
source "drivers/reset/Kconfig"
|
Various fixes for PCI work
Squashed commits:
1. Porting prior PCI work in place of jailhouse code
At this point the PCI enumeration works for x86_64 including over
pci-pci bridges.
Running QEMU with this configuration we see the bridge and the
device on the bridge. It also detected the qemu test device
qemu-system-x86_64 \
-cpu host,+pcid,+x2apic,+tsc-deadline,+xsave,+rdrand \
--enable-kvm -smp 1 -m 2G -cdrom boot.iso --nographic -no-reboot \
-device pci-testdev \
-device pci-bridge,id=bridge0,chassis_nr=2 \
-device e1000,bus=bridge0,addr=0x3
qemu_pci_init: Initializing PCI Bus
pci_probe_device: [00:00.0] Found 8086:1237, class/revision 06000002
pci_probe_device: [00:01.1] Found 8086:7010, class/revision 01018000
pci_probe_device: [00:01.2] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.3] Found 8086:7113, class/revision 06800003
pci_probe_device: [00:01.4] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.5] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.6] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:01.7] Found ffff:ffff, class/revision ffffffff
pci_probe_device: [00:02.0] Found 1234:1111, class/revision 03000002
pci_probe_device: [00:03.0] Found 8086:100e, class/revision 02000003
pci_probe_device: [00:04.0] Found 1b36:0005, class/revision 00ff0000
pci_probe_device: [00:04.0] Probing
pci_check_pci_bridge: [00:05.0] Found Bridge
pci_probe_device: [01:03.0] Found 8086:100e, class/revision 02000003
pci_probe_device: [00:05.0] Found 1b36:0001, class/revision 06040000
2. Remove unused CONFIG_PCI_MAX_BDF option
3. Add a workaround for Jailhouse pci scanning
4. Extend BAR parsing and handle PIO and MMIO for pci-testdev
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
5. PCI: Add initial support for QEMU 'edu' test device
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
6. Bring up PCI later in boot process
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
7. Add ISR and DMA support to QEMU edu test pci device
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
8. Fix bad function prototype definition in qemu_edu
9. intel64: Add a pci test configuration and instructions
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
10. PCI: Fix issue in identification of 64bit bar
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-05-07 17:59:29 +08:00
|
|
|
source "drivers/pci/Kconfig"
|
2023-09-15 19:33:41 +08:00
|
|
|
source "drivers/coresight/Kconfig"
|