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

2015-08-25 Thread Simon Glass
On 21 August 2015 at 16:27, Simon Glass s...@chromium.org wrote: On 20 August 2015 at 23:44, Bin Meng bmeng...@gmail.com wrote: Right now PHYS_TO_BUS shows in the Kconfig main menu, move it. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/Kconfig | 4 ++-- 1 file changed, 2

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

2015-08-21 Thread Simon Glass
On 20 August 2015 at 23:44, Bin Meng bmeng...@gmail.com wrote: Right now PHYS_TO_BUS shows in the Kconfig main menu, move it. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Simon Glass s...@chromium.org

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

2015-08-20 Thread Bin Meng
Right now PHYS_TO_BUS shows in the Kconfig main menu, move it. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index b25c59c..9d0df9b 100644 --- a/drivers/Kconfig +++