X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FKconfig;h=941aa0c2612afee95afad1cbcacfc12fa640a4df;hb=5a20397b007e9c1482997cf4418639e9ba3df5fe;hp=128736dae3d97d4b53ed01dcf40306c9d32b1522;hpb=3cc83f9d08a80fddf4c1e8e766eff8273f30814c;p=u-boot diff --git a/drivers/Kconfig b/drivers/Kconfig index 128736dae3..941aa0c261 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/core/Kconfig" +source "drivers/demo/Kconfig" + source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" @@ -48,4 +50,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.