[U-Boot] [PATCH 02/18] x86: Conditionally build the pinctrl_ich6 driver
Simon Glass
sjg at chromium.org
Mon Jun 11 14:53:50 UTC 2018
On 10 June 2018 at 05:25, Bin Meng <bmeng.cn at gmail.com> wrote:
> The pinctrl_ich6 driver is currently unconditionally built for all
> x86 boards. Let's use a Kconfig option to control the build.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/Kconfig | 6 ++++++
> arch/x86/cpu/baytrail/Kconfig | 1 +
> arch/x86/cpu/ivybridge/Kconfig | 1 +
> arch/x86/lib/Makefile | 2 +-
> 4 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list