From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 12 Jun 2018 21:07:11 +0800 Subject: [U-Boot] [PATCH 02/18] x86: Conditionally build the pinctrl_ich6 driver In-Reply-To: References: <1528637118-32739-1-git-send-email-bmeng.cn@gmail.com> <1528637118-32739-3-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 11, 2018 at 10:53 PM, Simon Glass wrote: > On 10 June 2018 at 05:25, Bin Meng 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 >> --- >> >> 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 applied to u-boot-x86, thanks!