Enable devtmpfs for fsl-imx51 kernel
BugLink: http://bugs.launchpad.net/bugs/512321
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
---
debian.fsl-imx51/config/config.common.ubuntu | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu
index bc0c63c..b3b6ccc 100644
--- a/debian.fsl-imx51/config/config.common.ubuntu
+++ b/debian.fsl-imx51/config/config.common.ubuntu
@@ -487,6 +487,8 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# CONFIG_DEVKMEM is not set
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEV_APPLETALK=m
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_DISPLAY_SUPPORT=m
--
1.6.3.3
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|