diff options
| author | Karl Beldan <[email protected]> | 2017-07-12 16:11:43 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-24 07:33:33 -0400 |
| commit | fc94f209a86f6db9dc4689545a16ce95a0fd274d (patch) | |
| tree | 2d323568abbeab7fb69b2cfc0f1f706a2688f9a7 /drivers | |
| parent | 92c05d9d6cddaa509289d69ad4c72feb53f0b305 (diff) | |
ubi: Kconfig: Fix MTD_UBI selection dependency
Remove the ARCH_SUNXI dependency on selection of RBTREE.
Cc: Boris Brezillon <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Jagan Teki <[email protected]>
Signed-off-by: Karl Beldan <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/ubi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index cb9ba78681e..165273e4389 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig @@ -3,7 +3,7 @@ menu "UBI support" config MTD_UBI bool "Enable UBI - Unsorted block images" select CRC32 - select RBTREE if ARCH_SUNXI + select RBTREE help UBI is a software layer above MTD layer which admits of LVM-like logical volumes on top of MTD devices, hides some complexities of |
