diff options
author | James Ye <jye836@gmail.com> | 2019-01-19 18:25:04 +1100 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2019-01-25 12:44:43 +0000 |
commit | a6450d7b761ea62201d83a99584e84d754e667b8 (patch) | |
tree | 5e473c5a246fa3f751910142006f64f7c84741f7 /src/mainboard/lenovo/x131e/Kconfig | |
parent | 769c309e3df8c4e53a98a2ded6fc85843fea1829 (diff) |
mb/lenovo/x131e: remove PMH7
This board does not have PMH7.
Change-Id: I382958f012e5f4445efc76c7f36bbdf460c29be4
Signed-off-by: James Ye <jye836@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31065
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x131e/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/x131e/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x131e/Kconfig b/src/mainboard/lenovo/x131e/Kconfig index f52978fe3b..2f936a915d 100644 --- a/src/mainboard/lenovo/x131e/Kconfig +++ b/src/mainboard/lenovo/x131e/Kconfig @@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS select NORTHBRIDGE_INTEL_SANDYBRIDGE select USE_NATIVE_RAMINIT select SOUTHBRIDGE_INTEL_C216 - select EC_LENOVO_PMH7 select EC_LENOVO_H8 select NO_UART_ON_SUPERIO select BOARD_ROMSIZE_KB_12288 |