From 77f778c0c3170b53e718376df089682e295947f7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 24 Jul 2019 10:30:17 +0200 Subject: [PATCH] ec/google/wilco: Hide wilco symbols when unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This cleans up .config file from unused wilco symbols. Change-Id: I813d3fe57b97e2c1ba67e1e3674de256c2529029 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/34539 Reviewed-by: Kyösti Mälkki Reviewed-by: Martin Roth Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/ec/google/wilco/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ec/google/wilco/Kconfig b/src/ec/google/wilco/Kconfig index 4202c1d7b5..25d7cfafc2 100644 --- a/src/ec/google/wilco/Kconfig +++ b/src/ec/google/wilco/Kconfig @@ -6,6 +6,8 @@ config EC_GOOGLE_WILCO help Google Wilco Embedded Controller interface. +if EC_GOOGLE_WILCO + config EC_BASE_ACPI_DATA hex default 0x930 @@ -46,3 +48,5 @@ config EC_BASE_PACKET mailbox interface data region. This data buffer is used along with the host command and data registers to drive the EC mailbox interface. This is also the MEC EMI base address. + +endif # EC_GOOGLE_WILCO