diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-10 11:08:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-10 11:08:48 -0400 |
commit | 82da478b8f8ed41ed8bdbd0269da36ef6aaef7e8 (patch) | |
tree | bd4e014a0d7f6c63a6852cf81f98454bba066381 /drivers/mtd/ubi | |
parent | 927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2 (diff) | |
parent | 48372a5af600b1b828d6e7affe3aaa74c78e8731 (diff) |
Merge branch '2019-05-10-master-imports'
- Correct CONFIG_CRC32 related options in Kconfig
- CONFIG_GPIO select's DM_GPIO, drop CONFIG_GPIO from whitelist.txt
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index cf847833562..2b17eae9470 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig @@ -9,7 +9,6 @@ config CONFIG_UBI_SILENCE_MSG config MTD_UBI bool "Enable UBI - Unsorted block images" - select CRC32 select RBTREE select MTD_PARTITIONS help |