diff options
author | John Garry <john.garry@huawei.com> | 2018-10-19 00:17:07 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-11-02 11:39:50 -0700 |
commit | 7f3d08f5255b964827214e69967b4d5008d6ea18 (patch) | |
tree | bdf4d03e51996b66301e84eaf5afd59dbf315eb1 /arch | |
parent | 832ad0e3da4510fd17f98804abe512ea9a747035 (diff) | |
download | linux-7f3d08f5255b964827214e69967b4d5008d6ea18.tar.bz2 |
arm64: defconfig: Enable some IPMI configs
The arm64 port now runs on servers which use IPMI. This patch enables
relevant core configs to save manually enabling them when testing
mainline.
Signed-off-by: John Garry <john.garry@huawei.com>
[olof: Switched to =m instead of =y]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3cb995606e60..c9a57d11330b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -308,6 +308,9 @@ CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y CONFIG_SERIAL_MVEBU_UART=y CONFIG_SERIAL_DEV_BUS=y CONFIG_VIRTIO_CONSOLE=y +CONFIG_IPMI_HANDLER=m +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_SI=m CONFIG_TCG_TPM=y CONFIG_TCG_TIS_I2C_INFINEON=y CONFIG_I2C_CHARDEV=y |