From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:20:01 +0800 Subject: [PATCH v6 041/102] x86: Allow removal of standard PCH drivers In-Reply-To: <20191206213936.v6.41.I37ee2e38a4765b8f9779bd4b41a67c436eff6505@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.41.I37ee2e38a4765b8f9779bd4b41a67c436eff6505@changeid> 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 Sat, Dec 7, 2019 at 12:48 PM Simon Glass wrote: > > These drivers are not needed on all platforms. While they are small, it > is useful in TPL to drop then. Add Kconfig control to allow this. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: > - Change 'queensbay' to 'baytrail' in help > - Fix 'proides' typo > > drivers/pch/Kconfig | 18 ++++++++++++++++++ > drivers/pch/Makefile | 4 ++-- > 2 files changed, 20 insertions(+), 2 deletions(-) > applied to u-boot-x86/next, thanks!