diff options
| author | Tom Rini <[email protected]> | 2019-05-10 11:08:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-10 11:08:48 -0400 |
| commit | 82da478b8f8ed41ed8bdbd0269da36ef6aaef7e8 (patch) | |
| tree | bd4e014a0d7f6c63a6852cf81f98454bba066381 /cmd | |
| 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 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4e11e0f404c..fd1beb06849 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1933,7 +1933,6 @@ endmenu config CMD_UBI tristate "Enable UBI - Unsorted block images commands" - select CRC32 select MTD_UBI help UBI is a software layer above MTD layer which admits use of LVM-like @@ -1949,7 +1948,6 @@ config CMD_UBIFS tristate "Enable UBIFS - Unsorted block images filesystem commands" depends on CMD_UBI default y if CMD_UBI - select CRC32 select LZO help UBIFS is a file system for flash devices which works on top of UBI. |
