aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWen-chien Jesse Sung <jesse.sung@canonical.com>2013-02-21 18:20:39 +0800
committerLubomir Rintel <lkundrak@v3.sk>2019-07-22 19:40:02 +0200
commit372e626005591e5e5cc1348a3ef9f2209ccfb251 (patch)
tree376c1fdf6512b0db44891f70f8fe3569a37a6479
parent0aea1fc8f324a570ba01ad4b8aa68a7f76cd7ad2 (diff)
downloadlinux-mmp3-dell-ariel-372e626005591e5e5cc1348a3ef9f2209ccfb251.tar.gz
Enable initrd
Enable CONFIG_BLK_DEV_INITRD, CONFIG_RD_GZIP, and CONFIG_RD_LZO. Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
-rw-r--r--debian.dajia/config/config.common.ubuntu10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian.dajia/config/config.common.ubuntu b/debian.dajia/config/config.common.ubuntu
index aa8689dbc55824..a79443c5bd7cb9 100644
--- a/debian.dajia/config/config.common.ubuntu
+++ b/debian.dajia/config/config.common.ubuntu
@@ -86,7 +86,13 @@ CONFIG_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+# CONFIG_RD_BZIP2 is not set
+# CONFIG_RD_LZMA is not set
+# CONFIG_RD_XZ is not set
+CONFIG_RD_LZO=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
@@ -2689,6 +2695,8 @@ CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_LZO=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y