From: Bin Meng Date: Fri, 21 Aug 2015 05:44:15 +0000 (-0700) Subject: drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu X-Git-Tag: KARO-TX6-2015-09-18~41 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=1c3f7defa56e65c4d1bf27d53b7c115a367db0f8 drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu Right now PHYS_TO_BUS shows in the Kconfig main menu, move it. Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/drivers/Kconfig b/drivers/Kconfig index b25c59cf79..9d0df9b8c1 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -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