]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/Kconfig
arm: mx6: fix NFC clock get/set routines for i.MX6QP,i.MX6UL
[karo-tx-uboot.git] / arch / sandbox / Kconfig
index c3935506947ef5b37c400228fbabdf73a2252471..f078c9e504de107b19e4fb817d3600550ce8053b 100644 (file)
@@ -2,15 +2,19 @@ menu "Sandbox architecture"
        depends on SANDBOX
 
 config SYS_ARCH
-       string
        default "sandbox"
 
 config SYS_BOARD
-       string
        default "sandbox"
 
 config SYS_CONFIG_NAME
-       string
        default "sandbox"
 
+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