X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2FKconfig;h=9d0df9b8c14180297f9eccae94659c102928b369;hp=1f4088778b631b295daa78473eac4d3ef920ccf8;hb=1c3f7defa56e65c4d1bf27d53b7c115a367db0f8;hpb=13504be3f6c38e0bd173937d64d5f215e148a558 diff --git a/drivers/Kconfig b/drivers/Kconfig index 1f4088778b..9d0df9b8c1 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -2,6 +2,8 @@ menu "Device Drivers" source "drivers/core/Kconfig" +source "drivers/clk/Kconfig" + source "drivers/cpu/Kconfig" source "drivers/demo/Kconfig" @@ -20,6 +22,8 @@ source "drivers/net/Kconfig" source "drivers/input/Kconfig" +source "drivers/led/Kconfig" + source "drivers/serial/Kconfig" source "drivers/tpm/Kconfig" @@ -32,6 +36,8 @@ source "drivers/gpio/Kconfig" source "drivers/power/Kconfig" +source "drivers/ram/Kconfig" + source "drivers/hwmon/Kconfig" source "drivers/watchdog/Kconfig" @@ -54,12 +60,12 @@ source "drivers/crypto/Kconfig" 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 your platform's Kconfig, and implement the appropriate mapping functions in your platform's support code. + +endmenu