On Sat, Feb 18, 2017 at 12:21 PM, Bin Meng <[email protected]> wrote: > Hi Andy, > > On Fri, Feb 17, 2017 at 9:48 PM, Andy Shevchenko > <[email protected]> wrote: >> Intel Mobile Internet Device (MID) platforms have special treatment in >> some cases, such as CPU enumeration or boot parameters configuration. >> >> Besides that several drivers are specifically developed for the IP >> blocks found on Intel MID platforms. Those drivers will be dependent to >> this option. >> >> Here we introduce specific quirk option for such cases. >> >> It is supposed to be selected by Intel MID platform boards, for example, >> Intel Edison. >> >> Reviewed-by: Simon Glass <[email protected]> >> Signed-off-by: Andy Shevchenko <[email protected]> >> --- >> arch/x86/Kconfig | 14 ++++++++++++++ >> 1 file changed, 14 insertions(+) >> >> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig >> index 5f9597b230..7abbfd8223 100644 >> --- a/arch/x86/Kconfig >> +++ b/arch/x86/Kconfig >> @@ -80,6 +80,20 @@ config VENDOR_INTEL >> >> endchoice >> >> +# subarchitectures-specific options below >> +config INTEL_MID >> + bool "Intel MID platform support" >> + ---help--- > > nits: help to keep consistency in this file > >> + Select to build a kernel capable of supporting Intel MID > > kernel -> U-Boot > >> + (Mobile Internet Device) platform systems which do not have >> + the PCI legacy interfaces. >> + >> + If you are building for a PC class system say N here. >> + >> + Intel MID platforms are based on an Intel processor and >> + chipset which consume less power than most of the x86 >> + derivatives. >> + >> # board-specific options below >> source "board/advantech/Kconfig" >> source "board/congatec/Kconfig" >> -- > > Reviewed-by: Bin Meng <[email protected]> > > I can fix these when applying.
Fixed these, and applied to u-boot-x86, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

