diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-13 22:10:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-13 22:10:00 +0000 |
commit | d56a44040d510d1110c0d42925b75f69a91d2122 (patch) | |
tree | 44d0248a14ee897229a581e357f6ee97b3503ca5 /target/linux/at91 | |
parent | eb35b82275ab26269d25b861a310e685a7e01abd (diff) | |
download | upstream-d56a44040d510d1110c0d42925b75f69a91d2122.tar.gz upstream-d56a44040d510d1110c0d42925b75f69a91d2122.tar.bz2 upstream-d56a44040d510d1110c0d42925b75f69a91d2122.zip |
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
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/config-default | 1 |
1 files changed, 0 insertions, 1 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 |