X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2FKconfig;h=c7e526cc8a7f5c0a62e97993f2048e4c21caa03e;hb=fe69a0e86bc714ce8d7d8251ec31b77b89c96db5;hp=dcce532e2df200ed4f82a4c45f0e14982ee26d1a;hpb=f94a1bed07e2af1c46ddcf2046cddd979ebfd994;p=oweals%2Fu-boot.git diff --git a/drivers/Kconfig b/drivers/Kconfig index dcce532e2d..c7e526cc8a 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" @@ -53,3 +55,11 @@ source "drivers/crypto/Kconfig" source "drivers/thermal/Kconfig" endmenu + +config PHYS_TO_BUS + bool "Custom physical to bus address mapping" + 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.