include/config_fallbacks.h: add CONFIG_RKFLASH for fallback HAVE_BLOCK_DEVICE
RKFLASH also works as a block device, so add the dependency here. Change-Id: I22791156465302984adbbdce76ddc01242f2bb7e Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
8986cb610b
commit
366357ca8d
|
|
@ -52,7 +52,8 @@
|
|||
defined(CONFIG_MMC) || \
|
||||
defined(CONFIG_NVME) || \
|
||||
defined(CONFIG_SYSTEMACE) || \
|
||||
defined(CONFIG_SANDBOX)
|
||||
defined(CONFIG_SANDBOX) || \
|
||||
defined(CONFIG_RKFLASH)
|
||||
#define HAVE_BLOCK_DEVICE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue