From 115680edd445d87c453b2d877e28f6f0e7e209ff Mon Sep 17 00:00:00 2001 From: Brandon Bergren Date: Wed, 9 May 2018 05:05:17 +0000 Subject: Ensure the MTD driver is compiled directly into the kernel so it doesn't get loaded after graphics cards. Signed-off-by: Brandon Bergren --- openpower/configs/linux/skiroot_p9_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/configs/linux/skiroot_p9_defconfig b/openpower/configs/linux/skiroot_p9_defconfig index 6a7004a8..0e276b04 100644 --- a/openpower/configs/linux/skiroot_p9_defconfig +++ b/openpower/configs/linux/skiroot_p9_defconfig @@ -67,8 +67,9 @@ CONFIG_SYN_COOKIES=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -CONFIG_MTD=m -CONFIG_MTD_POWERNV_FLASH=m +CONFIG_MTD=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_POWERNV_FLASH=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=65536 -- cgit v1.2.1