]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Introduce INTEL_MID quirk option
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 Feb 2017 13:48:58 +0000 (16:48 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 21 Feb 2017 07:10:46 +0000 (15:10 +0800)
commit7a96fd8ef002e85ccd8ae5907de9d45fc9002c36
treef92e6c1e6edeec0124bb2d4c4d32324afce18833
parent3c03f4928e96dce4c6cd14fb630dacad13a141ae
x86: Introduce INTEL_MID quirk option

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: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/Kconfig