diff mbox series

arm64: defconfig: Enable some IPMI configs

Message ID 1539879427-11816-1-git-send-email-john.garry@huawei.com
State Accepted
Commit 7f3d08f5255b964827214e69967b4d5008d6ea18
Headers show
Series arm64: defconfig: Enable some IPMI configs | expand

Commit Message

John Garry Oct. 18, 2018, 4:17 p.m. UTC
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>


-- 
1.9.1

Comments

Olof Johansson Nov. 2, 2018, 6:24 p.m. UTC | #1
Hi John,

On Fri, Oct 19, 2018 at 12:17:07AM +0800, John Garry wrote:
> 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>


I don't think these are required for booting to rootfs, so I'm applying
the patch but switching them over to modules (=m) instead. Hope that's
sufficient for your testing, let me know if it isn't.


Thanks,

-Olof
John Garry Nov. 5, 2018, 2:58 p.m. UTC | #2
On 02/11/2018 18:24, Olof Johansson wrote:
> Hi John,

>

> On Fri, Oct 19, 2018 at 12:17:07AM +0800, John Garry wrote:

>> 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>

>

> I don't think these are required for booting to rootfs, so I'm applying

> the patch but switching them over to modules (=m) instead. Hope that's

> sufficient for your testing, let me know if it isn't.

>


It's ok.

Thanks,
John

>

> Thanks,

>

> -Olof

>

>
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index db8d364..fe8c097 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -297,6 +297,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=y
+CONFIG_IPMI_DEVICE_INTERFACE=y
+CONFIG_IPMI_SI=y
 CONFIG_TCG_TPM=y
 CONFIG_TCG_TIS_I2C_INFINEON=y
 CONFIG_I2C_CHARDEV=y