summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-01-22 13:30:23 -0500
committerTom Rini <[email protected]>2024-01-22 14:18:55 -0500
commit15e7927b5a2d33666af19879577bf0c30ab088fe (patch)
tree054b4ca78905489c0ef431196e0f5d658293c179 /cmd
parent33e06dcbe57a16e4f8b5b94dd8a3f89b87db2487 (diff)
parentdb04ff42c764329c12e96afc4d9f1acf4d44b6d4 (diff)
Merge patch series "omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC"
This series results in making it such that with CONFIG_MTD disabled we then do not prompt the user for a number of memory technology device related options and so clean up our configuration menu / display.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 50625e7c16a..58ab357c707 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1085,7 +1085,7 @@ config CMD_FASTBOOT
config CMD_FLASH
bool "flinfo, erase, protect"
default y
- depends on MTD || FLASH_CFI_DRIVER || MTD_NOR_FLASH
+ depends on FLASH_CFI_DRIVER || MTD_NOR_FLASH
help
NOR flash support.
flinfo - print FLASH memory information
@@ -2702,6 +2702,7 @@ config JFFS2_PART_SIZE
config CMD_MTDPARTS
bool "MTD partition support"
depends on MTD
+ select MTD_PARTITIONS
help
MTD partitioning tool support.
It is strongly encouraged to avoid using this command