cleanup: Remove HAVE_MULTIVOLUME from targets with HAVE_MULTIDRIVE
The latter always enables the former. There are no remaining HAVE_MULTIVOLUME users in-tree. Change-Id: I0f4fd03a6ffed5c0eb3fb5f916f671bd199f1c8e
This commit is contained in:
parent
94109a9506
commit
a89bf68e88
4 changed files with 0 additions and 4 deletions
|
@ -133,7 +133,6 @@
|
|||
#define CONFIG_STORAGE STORAGE_SD
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP
|
||||
|
||||
/* todo */
|
||||
|
|
|
@ -138,7 +138,6 @@
|
|||
#define CONFIG_STORAGE STORAGE_SD
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP
|
||||
|
||||
/* todo */
|
||||
|
|
|
@ -140,7 +140,6 @@
|
|||
#define CONFIG_STORAGE (/*STORAGE_NAND |*/ STORAGE_SD)
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP_STORAGE_AS_MAIN
|
||||
#define HAVE_HOTSWAP
|
||||
#define CONFIG_NAND NAND_IMX233
|
||||
|
|
|
@ -144,7 +144,6 @@
|
|||
#define CONFIG_STORAGE STORAGE_SD
|
||||
#define NUM_DRIVES 2
|
||||
#define HAVE_MULTIDRIVE
|
||||
#define HAVE_MULTIVOLUME
|
||||
#define HAVE_HOTSWAP
|
||||
|
||||
/* Extra threads: touchpad */
|
||||
|
|
Loading…
Reference in a new issue