]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Aug 2015 05:44:15 +0000 (22:44 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:15 +0000 (12:19 +0200)
Right now PHYS_TO_BUS shows in the Kconfig main menu, move it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/Kconfig

index b25c59cf794af29f6dd00dca9f77f6c78d198429..9d0df9b8c14180297f9eccae94659c102928b369 100644 (file)
@@ -60,8 +60,6 @@ source "drivers/crypto/Kconfig"
 
 source "drivers/thermal/Kconfig"
 
-endmenu
-
 config PHYS_TO_BUS
        bool "Custom physical to bus address mapping"
        help
@@ -69,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