From 104c5dd7899b581182b470d3ea60779cb196b42e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Mar 2018 00:19:42 +0200 Subject: [PATCH] Add OFtree to linux kernel --- buildroot-external/board/ova/kernel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/ova/kernel.config b/buildroot-external/board/ova/kernel.config index 1420e256e..4e44b7ab6 100644 --- a/buildroot-external/board/ova/kernel.config +++ b/buildroot-external/board/ova/kernel.config @@ -130,6 +130,7 @@ CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEBUG_DEVRES=y CONFIG_CONNECTOR=y +CONFIG_OF=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y