summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-11 15:31:56 +0300
committerTom Rini <trini@konsulko.com>2021-08-11 15:31:56 +0300
commita25277122dad99837b78cd3b3ae6b8214df88c26 (patch)
tree679029a27b4ee0428b0b33d91896149243219bd4 /drivers
parent4dc1a5c248ecbd06269a7854dd06c57e9a52f19c (diff)
parentd248627f9d4218688e7430bc714405a23885abfa (diff)
downloadu-boot-a25277122dad99837b78cd3b3ae6b8214df88c26.tar.xz
Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flash
- Some CFI flash related fixups (Kconfig & header) (Bin) - Enable CFI flash support on the QEMU RISC-V virt machine. (Bin)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index ad50c5e870..b303fabe0f 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -42,6 +42,7 @@ config FLASH_CFI_DRIVER
config CFI_FLASH
bool "Enable Driver Model for CFI Flash driver"
depends on DM_MTD
+ select FLASH_CFI_DRIVER
help
The Common Flash Interface specification was developed by Intel,
AMD and other flash manufactures. It provides a universal method