diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-24 21:01:57 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-07-05 11:32:34 +0000 |
commit | 06a70e0a7c7f8464571ba4ec09c26233877fa8ae (patch) | |
tree | 3cb6c05d5cdf96f41f45a66f6878a0f5610c0597 /src/mainboard/supermicro | |
parent | 9cc6493e8f6b63e77564ff0ce2ea72da8e876c96 (diff) |
mb/supermicro/x9scl: Select IPMI_KCS
Needed for `chip drivers/ipmi` in the devicetree.
Change-Id: Ice70aab7cedaeb91a33dd90d763c5a487f190b8f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41687
Reviewed-by: Michael Niewöhner
Reviewed-by: Jonathan Kollasch <jakllsch@kollasch.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/x9scl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x9scl/Kconfig b/src/mainboard/supermicro/x9scl/Kconfig index fb73683b7e..9968d34cb5 100644 --- a/src/mainboard/supermicro/x9scl/Kconfig +++ b/src/mainboard/supermicro/x9scl/Kconfig @@ -13,6 +13,7 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_NUVOTON_NCT6776_COM_A select SUPERIO_NUVOTON_WPCM450 select MAINBOARD_USES_IFD_GBE_REGION + select IPMI_KCS config MAINBOARD_DIR string |