diff options
author | Richard Spiegel <richard.spiegel@amd.corp-partner.google.com> | 2018-07-26 10:16:50 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-07-31 00:45:46 +0000 |
commit | 90b2cca81fcb38e2bda94c8715519d1aa4a9d8c1 (patch) | |
tree | 96acf5ea29e90d2a668284004c919952226646c0 /src/mainboard/amd/gardenia/Kconfig | |
parent | 432575c5d3255000df8e5c89088925763dc8dabb (diff) |
mb/amd/gardenia: Remove IMC support
Per AMD, the Integrated Micro Controller is not a supported feature of the
Stoney Ridge APU. Systems are expected to implement an external EC for
desired features. Remove IMC files and functions from gardenia.
BUG=b:111780177
TEST=Build gardenia
Change-Id: I570b7f8e364b0c2937592590cc033d5a6c9fade0
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/27650
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/gardenia/Kconfig')
-rw-r--r-- | src/mainboard/amd/gardenia/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/gardenia/Kconfig b/src/mainboard/amd/gardenia/Kconfig index 5d74768318..f4512f7bda 100644 --- a/src/mainboard/amd/gardenia/Kconfig +++ b/src/mainboard/amd/gardenia/Kconfig @@ -23,7 +23,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_8192 select GFXUMA - select STONEYRIDGE_IMC_FWM config MAINBOARD_DIR string |