diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-10-16 15:51:58 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-11-11 03:46:52 -0500 |
commit | 997effa0c198ab3b7d4b62cf443d797e4e0bf5ff (patch) | |
tree | 5c80ce26842bcfe7db65ad0dc3bb70c71f075593 | |
parent | 834cc15b443840d94e225bb0ff0604b1c1f6f2e1 (diff) |
MIPS: BMIPS: Enable GZIP ramdisk and timed printks
Update bmips_be_defconfig and bmips_stb_defconfig to have GZIP ramdisk
support enabled by default as well was timed printks.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Kevin Cernekee <cernekee@gmail.com>
Reviewed-by: Dragan Stancevic <dragan.stancevic@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: blogic@openwrt.org
Cc: jogo@openwrt.org
Patchwork: https://patchwork.linux-mips.org/patch/11307/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/configs/bmips_be_defconfig | 3 | ||||
-rw-r--r-- | arch/mips/configs/bmips_stb_defconfig | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/configs/bmips_be_defconfig b/arch/mips/configs/bmips_be_defconfig index f5585c8f35ad..24dcb90b0f64 100644 --- a/arch/mips/configs/bmips_be_defconfig +++ b/arch/mips/configs/bmips_be_defconfig | |||
@@ -8,7 +8,7 @@ CONFIG_MIPS_O32_FP64_SUPPORT=y | |||
8 | # CONFIG_SWAP is not set | 8 | # CONFIG_SWAP is not set |
9 | CONFIG_NO_HZ=y | 9 | CONFIG_NO_HZ=y |
10 | CONFIG_BLK_DEV_INITRD=y | 10 | CONFIG_BLK_DEV_INITRD=y |
11 | # CONFIG_RD_GZIP is not set | 11 | CONFIG_RD_GZIP=y |
12 | CONFIG_EXPERT=y | 12 | CONFIG_EXPERT=y |
13 | # CONFIG_VM_EVENT_COUNTERS is not set | 13 | # CONFIG_VM_EVENT_COUNTERS is not set |
14 | # CONFIG_SLUB_DEBUG is not set | 14 | # CONFIG_SLUB_DEBUG is not set |
@@ -33,6 +33,7 @@ CONFIG_DEVTMPFS=y | |||
33 | CONFIG_DEVTMPFS_MOUNT=y | 33 | CONFIG_DEVTMPFS_MOUNT=y |
34 | # CONFIG_STANDALONE is not set | 34 | # CONFIG_STANDALONE is not set |
35 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 35 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
36 | CONFIG_PRINTK_TIME=y | ||
36 | CONFIG_BRCMSTB_GISB_ARB=y | 37 | CONFIG_BRCMSTB_GISB_ARB=y |
37 | CONFIG_MTD=y | 38 | CONFIG_MTD=y |
38 | CONFIG_MTD_CFI=y | 39 | CONFIG_MTD_CFI=y |
diff --git a/arch/mips/configs/bmips_stb_defconfig b/arch/mips/configs/bmips_stb_defconfig index 400a47ec1ef1..4eb5d6e9cf8f 100644 --- a/arch/mips/configs/bmips_stb_defconfig +++ b/arch/mips/configs/bmips_stb_defconfig | |||
@@ -9,7 +9,7 @@ CONFIG_MIPS_O32_FP64_SUPPORT=y | |||
9 | # CONFIG_SWAP is not set | 9 | # CONFIG_SWAP is not set |
10 | CONFIG_NO_HZ=y | 10 | CONFIG_NO_HZ=y |
11 | CONFIG_BLK_DEV_INITRD=y | 11 | CONFIG_BLK_DEV_INITRD=y |
12 | # CONFIG_RD_GZIP is not set | 12 | CONFIG_RD_GZIP=y |
13 | CONFIG_EXPERT=y | 13 | CONFIG_EXPERT=y |
14 | # CONFIG_VM_EVENT_COUNTERS is not set | 14 | # CONFIG_VM_EVENT_COUNTERS is not set |
15 | # CONFIG_SLUB_DEBUG is not set | 15 | # CONFIG_SLUB_DEBUG is not set |
@@ -34,6 +34,7 @@ CONFIG_DEVTMPFS=y | |||
34 | CONFIG_DEVTMPFS_MOUNT=y | 34 | CONFIG_DEVTMPFS_MOUNT=y |
35 | # CONFIG_STANDALONE is not set | 35 | # CONFIG_STANDALONE is not set |
36 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 36 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
37 | CONFIG_PRINTK_TIME=y | ||
37 | CONFIG_BRCMSTB_GISB_ARB=y | 38 | CONFIG_BRCMSTB_GISB_ARB=y |
38 | CONFIG_MTD=y | 39 | CONFIG_MTD=y |
39 | CONFIG_MTD_CFI=y | 40 | CONFIG_MTD_CFI=y |