summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Bergren <git@bdragon.rtk0.net>2018-05-09 05:05:17 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-24 04:17:47 +0000
commit115680edd445d87c453b2d877e28f6f0e7e209ff (patch)
tree10d50e52c6fd01080548356b5a4df78b53cbe69f
parent998a18babe0d638e82a6e9d4bf5cbd75c3fe2d91 (diff)
downloadblackbird-op-build-115680edd445d87c453b2d877e28f6f0e7e209ff.tar.gz
blackbird-op-build-115680edd445d87c453b2d877e28f6f0e7e209ff.zip
Ensure the MTD driver is compiled directly into the kernel so it doesn't get loaded after graphics cards.
Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
-rw-r--r--openpower/configs/linux/skiroot_p9_defconfig5
1 files 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
OpenPOWER on IntegriCloud