
Hi Andy,
On Fri, Feb 17, 2017 at 9:48 PM, Andy Shevchenko andriy.shevchenko@linux.intel.com 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 sjg@chromium.org Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
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 bmeng.cn@gmail.com
I can fix these when applying.
Regards, Bin