Re: [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options

2017-08-23 Thread Bin Meng
On Mon, Aug 21, 2017 at 5:08 PM, Andy Shevchenko wrote: > On Sun, 2017-08-20 at 04:33 -0700, Bin Meng wrote: >> These options should not be exposed to other platforms. >> > > Fair enough. > Thanks for taking care of this! > > Acked-by: Andy Shevchenko

Re: [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options

2017-08-21 Thread Andy Shevchenko
On Sun, 2017-08-20 at 04:33 -0700, Bin Meng wrote: > These options should not be exposed to other platforms. > Fair enough. Thanks for taking care of this! Acked-by: Andy Shevchenko > Signed-off-by: Bin Meng > --- > >  

[U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options

2017-08-20 Thread Bin Meng
These options should not be exposed to other platforms. Signed-off-by: Bin Meng --- arch/x86/cpu/tangier/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/cpu/tangier/Kconfig b/arch/x86/cpu/tangier/Kconfig index 86a3340..2469b1e 100644 ---