X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2FKconfig;h=1f4088778b631b295daa78473eac4d3ef920ccf8;hb=04e3c4eb930a761b561cb87f964aa8a5d694c501;hp=021293e798d33e1b9e3b5240e338b5e709e606db;hpb=2a4eeadd56e0760b33c7ebef383c105479a93cac;p=oweals%2Fu-boot.git diff --git a/drivers/Kconfig b/drivers/Kconfig index 021293e798..1f4088778b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/core/Kconfig" +source "drivers/cpu/Kconfig" + source "drivers/demo/Kconfig" source "drivers/pci/Kconfig" @@ -50,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.