diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-06-15 11:01:16 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-09-02 05:30:59 +0000 |
commit | eb50d9a4fed0acaff3e76f143607f50e4c818093 (patch) | |
tree | 423185211554906bc878505b563f7117f7a0a049 /src/mainboard/asus/kgpe-d16/Kconfig | |
parent | a96c4a1340ea0c48f0f2bf318a06176562799efa (diff) |
mb/*: Use common IPMI KCS driver
Remove duplicated code and instead use the IPMI KCS driver, which provides
the same functionality.
Change-Id: I419713c9bef02084cca1ff4cf11c33c2e3e8d3c1
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33490
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Andrey Petrov <anpetrov@fb.com>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/Kconfig')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index f3f5a5cf31..ffbfd53169 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -32,6 +32,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVERS_ASPEED_AST2050 select MAINBOARD_FORCE_NATIVE_VGA_INIT select POWER_STATE_DEFAULT_ON_AFTER_FAILURE + select IPMI_KCS config MAINBOARD_DIR string |