]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/Kconfig
Prepare v2015.07-rc2
[karo-tx-uboot.git] / drivers / Kconfig
index 128736dae3d97d4b53ed01dcf40306c9d32b1522..1f4088778b631b295daa78473eac4d3ef920ccf8 100644 (file)
@@ -2,6 +2,10 @@ menu "Device Drivers"
 
 source "drivers/core/Kconfig"
 
+source "drivers/cpu/Kconfig"
+
+source "drivers/demo/Kconfig"
+
 source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
@@ -48,4 +52,14 @@ source "drivers/dma/Kconfig"
 
 source "drivers/crypto/Kconfig"
 
+source "drivers/thermal/Kconfig"
+
 endmenu
+
+config PHYS_TO_BUS
+       bool
+       help
+         Some SoCs use a different address map for CPU physical addresses and
+         peripheral DMA master accesses. If yours does, select this option in
+         your platform's Kconfig, and implement the appropriate mapping
+         functions in your platform's support code.