diff mbox

[U-Boot,2/3] drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu

Message ID 1440135856-16872-2-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Aug. 21, 2015, 5:44 a.m. UTC
Right now PHYS_TO_BUS shows in the Kconfig main menu, move it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 drivers/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass Aug. 21, 2015, 11:27 p.m. UTC | #1
On 20 August 2015 at 23:44, Bin Meng <bmeng.cn@gmail.com> wrote:
> Right now PHYS_TO_BUS shows in the Kconfig main menu, move it.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  drivers/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Aug. 26, 2015, 4:05 a.m. UTC | #2
On 21 August 2015 at 16:27, Simon Glass <sjg@chromium.org> wrote:
> On 20 August 2015 at 23:44, Bin Meng <bmeng.cn@gmail.com> wrote:
>> Right now PHYS_TO_BUS shows in the Kconfig main menu, move it.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  drivers/Kconfig | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/drivers/Kconfig b/drivers/Kconfig
index b25c59c..9d0df9b 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