]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/Kconfig
dm: sandbox: pci: Add PCI support for sandbox
[karo-tx-uboot.git] / arch / sandbox / Kconfig
index 2098b9c323bb4b88b07a926053cc2860a009c081..477a20a820c5cbcf990b8b10da37843568970251 100644 (file)
@@ -34,4 +34,11 @@ config DM_I2C
 config DM_TEST
        default y
 
+config PCI
+       bool "PCI support"
+       help
+         Enable support for PCI (Peripheral Interconnect Bus), a type of bus
+         used on some devices to allow the CPU to communicate with its
+         peripherals.
+
 endmenu