diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-13 09:36:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:00 -0400 |
commit | e2475141bde98b8da61e109e82d22be5e99a725b (patch) | |
tree | 18d2709fe2799e3d72c1630b372926327e8895e4 /drivers/mtd/Kconfig | |
parent | 2f57139c211d193debddd25f45c02b738cefd871 (diff) | |
download | u-boot-e2475141bde98b8da61e109e82d22be5e99a725b.tar.gz u-boot-e2475141bde98b8da61e109e82d22be5e99a725b.tar.bz2 u-boot-e2475141bde98b8da61e109e82d22be5e99a725b.zip |
Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CFI_FLASH_STATUS_POLL
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index c3f5455347..d0ab7c18c6 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -96,6 +96,10 @@ config CFI_FLASH_USE_WEAK_ACCESSORS Enable this option to allow for the flash_{read,write}{8,16,32,64} functions to be overridden by the platform. +config SYS_CFI_FLASH_STATUS_POLL + bool "Poll status on AMD flash chips" + depends on FLASH_CFI_DRIVER + config SYS_FLASH_USE_BUFFER_WRITE bool "Enable buffered writes to flash" depends on FLASH_CFI_DRIVER |