From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Mon, 21 Aug 2017 12:08:53 +0300 Subject: [U-Boot] [PATCH] x86: tangier: kconfig: Guard tangier-specific options In-Reply-To: <1503228826-15966-1-git-send-email-bmeng.cn@gmail.com> References: <1503228826-15966-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <1503306533.25945.30.camel@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 > --- > >  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 Intel Finland Oy