From f69a429a944bcc6f25b8d4035a53aa80b962f2c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Sat, 8 Feb 2014 16:39:23 +0800 Subject: [PATCH] ARM: rockchip: update rockchip_defconfig to support mtd and rknand --- arch/arm/configs/rockchip_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 4ff0217daa9e..b623cdd23bc6 100644 --- a/arch/arm/configs/rockchip_defconfig +++ b/arch/arm/configs/rockchip_defconfig @@ -202,6 +202,10 @@ CONFIG_CFG80211_WEXT=y CONFIG_RFKILL=y CONFIG_DEVTMPFS=y CONFIG_CMA=y +CONFIG_MTD=y +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_RKNAND=y CONFIG_BLK_DEV_LOOP=y CONFIG_UID_STAT=y CONFIG_SRAM=y -- 2.34.1