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>2018-05-12 01:12:50 -0500
commitaa022d9510669f004b7e4d584c4e5c100acb0f96 (patch)
tree17588c766adb85e1b33c307cf7177205fccfa15e
parent78736fa73815b32121c1ed538f8ebdf18506ff73 (diff)
downloadtalos-op-build-aa022d9510669f004b7e4d584c4e5c100acb0f96.tar.gz
talos-op-build-aa022d9510669f004b7e4d584c4e5c100acb0f96.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_defconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/openpower/configs/linux/skiroot_p9_defconfig b/openpower/configs/linux/skiroot_p9_defconfig
index 0e2c899a..5b69015e 100644
--- a/openpower/configs/linux/skiroot_p9_defconfig
+++ b/openpower/configs/linux/skiroot_p9_defconfig
@@ -67,10 +67,9 @@ CONFIG_SYN_COOKIES=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
-CONFIG_MTD=m
-CONFIG_MTD_BLOCK=m
-CONFIG_MTD_BLOCK_RO=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