projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752e4b6
)
mtd: Add missing MTD dependency for cfi_mtd
author
Michal Simek
<michal.simek@amd.com>
Tue, 4 Jul 2023 12:04:04 +0000
(14:04 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Fri, 21 Jul 2023 07:00:38 +0000
(09:00 +0200)
cfi_mtd requires add_mtd_device() which is available only when MTD is
enabled that's why record this dependency.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/76ae01ce2b2c988758b69e0f0cdcc21bf301c01e.1688472227.git.michal.simek@amd.com
drivers/mtd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/Kconfig
b/drivers/mtd/Kconfig
index
5fa88da
..
c56840c
100644
(file)
--- a/
drivers/mtd/Kconfig
+++ b/
drivers/mtd/Kconfig
@@
-128,7
+128,7
@@
config FLASH_SPANSION_S29WS_N
config FLASH_CFI_MTD
bool "Enable CFI MTD driver"
- depends on FLASH_CFI_DRIVER
+ depends on FLASH_CFI_DRIVER
&& MTD
help
This option enables the building of the cfi_mtd driver
in the drivers directory. The driver exports CFI flash