]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/Kconfig
drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu
[karo-tx-uboot.git] / drivers / Kconfig
index 5ebc89da9129c0e43b2bce4e581a7d8acd43cd1c..9d0df9b8c14180297f9eccae94659c102928b369 100644 (file)
@@ -2,6 +2,8 @@ menu "Device Drivers"
 
 source "drivers/core/Kconfig"
 
+source "drivers/clk/Kconfig"
+
 source "drivers/cpu/Kconfig"
 
 source "drivers/demo/Kconfig"
@@ -34,6 +36,8 @@ source "drivers/gpio/Kconfig"
 
 source "drivers/power/Kconfig"
 
+source "drivers/ram/Kconfig"
+
 source "drivers/hwmon/Kconfig"
 
 source "drivers/watchdog/Kconfig"
@@ -56,8 +60,6 @@ source "drivers/crypto/Kconfig"
 
 source "drivers/thermal/Kconfig"
 
-endmenu
-
 config PHYS_TO_BUS
        bool "Custom physical to bus address mapping"
        help
@@ -65,3 +67,5 @@ config PHYS_TO_BUS
          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