X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2FKconfig;h=c7e526cc8a7f5c0a62e97993f2048e4c21caa03e;hb=e247db4fadc4e00b6f61f28f4df012bcb3b083c1;hp=941aa0c2612afee95afad1cbcacfc12fa640a4df;hpb=20913018fbce5a2e3c93b6eeb56e67460e29542c;p=oweals%2Fu-boot.git diff --git a/drivers/Kconfig b/drivers/Kconfig index 941aa0c261..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" @@ -55,7 +57,7 @@ source "drivers/thermal/Kconfig" endmenu config PHYS_TO_BUS - bool + 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