From d56a44040d510d1110c0d42925b75f69a91d2122 Mon Sep 17 00:00:00 2001
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Sat, 13 Sep 2014 22:10:00 +0000
Subject: [PATCH] kernel: do not deactivate CONFIG_BLK_DEV

CONFIG_BLK_DEV does not activate any functionality, but many code, but
makes it possible to activate other options. Deactivating this breaks
the build of kmod-zram.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 42528
---
 target/linux/at91/config-default    | 1 -
 target/linux/mcs814x/config-default | 1 -
 target/linux/x86/olpc/config-3.10   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default
index c511dbdb02..6ed83c8e74 100644
--- a/target/linux/at91/config-default
+++ b/target/linux/at91/config-default
@@ -26,7 +26,6 @@ CONFIG_AT91_SAM9_TIME=y
 CONFIG_AT91_TIMER_HZ=100
 CONFIG_ATAGS=y
 # CONFIG_ATMEL_TCLIB is not set
-# CONFIG_BLK_DEV is not set
 # CONFIG_BLK_DEV_INITRD is not set
 # CONFIG_CACHE_L2X0 is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
diff --git a/target/linux/mcs814x/config-default b/target/linux/mcs814x/config-default
index ce406e3642..85ff2be2a9 100644
--- a/target/linux/mcs814x/config-default
+++ b/target/linux/mcs814x/config-default
@@ -18,7 +18,6 @@ CONFIG_ARM_NR_BANKS=8
 # CONFIG_ARPD is not set
 CONFIG_BCMA_POSSIBLE=y
 CONFIG_BINFMT_MISC=y
-# CONFIG_BLK_DEV is not set
 # CONFIG_BRIDGE is not set
 # CONFIG_CACHE_L2X0 is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
diff --git a/target/linux/x86/olpc/config-3.10 b/target/linux/x86/olpc/config-3.10
index c46f178cc1..7ad86c0000 100644
--- a/target/linux/x86/olpc/config-3.10
+++ b/target/linux/x86/olpc/config-3.10
@@ -4,7 +4,6 @@ CONFIG_BACKLIGHT_GENERIC=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
 # CONFIG_BACKLIGHT_SAHARA is not set
 CONFIG_BATTERY_OLPC=y
-# CONFIG_BLK_DEV is not set
 CONFIG_BLK_DEV_SR=y
 CONFIG_BLK_DEV_SR_VENDOR=y
 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
-- 
GitLab