Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-12 Thread Rick Chen
Hi Bin Bin Meng 於 2018年12月12日 週三 下午10:16寫道: > > Hi Rick, > > On Wed, Dec 12, 2018 at 5:56 PM Rick Chen wrote: > > > > Bin Meng 於 2018年12月12日 週三 下午5:37寫道: > > > > > > Hi Rick, > > > > > > On Wed, Dec 12, 2018 at 5:02 PM Rick Chen wrote: > > > > > > > > Hi Bin > > > > > > > > Bin Meng 於 2018年12

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-12 Thread Bin Meng
Hi Rick, On Wed, Dec 12, 2018 at 5:56 PM Rick Chen wrote: > > Bin Meng 於 2018年12月12日 週三 下午5:37寫道: > > > > Hi Rick, > > > > On Wed, Dec 12, 2018 at 5:02 PM Rick Chen wrote: > > > > > > Hi Bin > > > > > > Bin Meng 於 2018年12月11日 週二 下午3:17寫道: > > > > > > > > Hi Rick, > > > > > > > > On Tue, Dec 11

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-12 Thread Rick Chen
Bin Meng 於 2018年12月12日 週三 下午5:37寫道: > > Hi Rick, > > On Wed, Dec 12, 2018 at 5:02 PM Rick Chen wrote: > > > > Hi Bin > > > > Bin Meng 於 2018年12月11日 週二 下午3:17寫道: > > > > > > Hi Rick, > > > > > > On Tue, Dec 11, 2018 at 3:06 PM Rick Chen wrote: > > > > > > > > > > Subject: [PATCH v2 06/20] riscv:

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-12 Thread Bin Meng
Hi Rick, On Wed, Dec 12, 2018 at 5:02 PM Rick Chen wrote: > > Hi Bin > > Bin Meng 於 2018年12月11日 週二 下午3:17寫道: > > > > Hi Rick, > > > > On Tue, Dec 11, 2018 at 3:06 PM Rick Chen wrote: > > > > > > > > Subject: [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig > > > > > option > > > >

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-12 Thread Rick Chen
Hi Bin Bin Meng 於 2018年12月11日 週二 下午3:17寫道: > > Hi Rick, > > On Tue, Dec 11, 2018 at 3:06 PM Rick Chen wrote: > > > > > > Subject: [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig > > > > option > > > > > > > > There is no need to expose RISCV_NDS to the Kconfig menu as it is an > >

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-10 Thread Bin Meng
Hi Rick, On Tue, Dec 11, 2018 at 3:06 PM Rick Chen wrote: > > > > Subject: [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig > > > option > > > > > > There is no need to expose RISCV_NDS to the Kconfig menu as it is an > > > ax25-specific option. > > > > > Hi Bin > > Can you explain w

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-10 Thread Rick Chen
> > Subject: [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option > > > > There is no need to expose RISCV_NDS to the Kconfig menu as it is an > > ax25-specific option. > > Hi Bin Can you explain why there is no need to expose RISCV_NDS here ? Rick > > Signed-off-by: Bin Meng >

Re: [U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-10 Thread Auer, Lukas
On Fri, 2018-12-07 at 06:14 -0800, Bin Meng wrote: > There is no need to expose RISCV_NDS to the Kconfig menu as it is > an ax25-specific option. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > arch/riscv/cpu/ax25/Kconfig | 8 +++- > 1 file changed, 3 insertions(+), 5 deletio

[U-Boot] [PATCH v2 06/20] riscv: ax25: Hide the ax25-specific Kconfig option

2018-12-07 Thread Bin Meng
There is no need to expose RISCV_NDS to the Kconfig menu as it is an ax25-specific option. Signed-off-by: Bin Meng --- Changes in v2: None arch/riscv/cpu/ax25/Kconfig | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/riscv/cpu/ax25/Kconfig b/arch/riscv/cpu/ax25/K