All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options
@ 2017-08-20 11:33 Bin Meng
  2017-08-21  9:08 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2017-08-20 11:33 UTC (permalink / raw)
  To: u-boot

These options should not be exposed to other platforms.

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

 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
--- a/arch/x86/cpu/tangier/Kconfig
+++ b/arch/x86/cpu/tangier/Kconfig
@@ -16,6 +16,8 @@ config INTEL_TANGIER
 	imply USB
 	imply USB_DWC3
 
+if INTEL_TANGIER
+
 config SYS_CAR_ADDR
 	hex
 	default 0x19200000
@@ -30,3 +32,5 @@ config SYS_CAR_SIZE
 config SYS_USB_OTG_BASE
 	hex
 	default 0xf9100000
+
+endif
-- 
2.9.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options
  2017-08-20 11:33 [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options Bin Meng
@ 2017-08-21  9:08 ` Andy Shevchenko
  2017-08-24  3:18   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2017-08-21  9:08 UTC (permalink / raw)
  To: u-boot

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 <andriy.shevchenko@linux.intel.com>


> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> 
>  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
> --- a/arch/x86/cpu/tangier/Kconfig
> +++ b/arch/x86/cpu/tangier/Kconfig
> @@ -16,6 +16,8 @@ config INTEL_TANGIER
>  	imply USB
>  	imply USB_DWC3
>  
> +if INTEL_TANGIER
> +
>  config SYS_CAR_ADDR
>  	hex
>  	default 0x19200000
> @@ -30,3 +32,5 @@ config SYS_CAR_SIZE
>  config SYS_USB_OTG_BASE
>  	hex
>  	default 0xf9100000
> +
> +endif

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options
  2017-08-21  9:08 ` Andy Shevchenko
@ 2017-08-24  3:18   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2017-08-24  3:18 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 21, 2017 at 5:08 PM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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 <andriy.shevchenko@linux.intel.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-24  3:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 11:33 [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options Bin Meng
2017-08-21  9:08 ` Andy Shevchenko
2017-08-24  3:18   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.