diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-08-21 17:54:56 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-10-09 18:09:42 +0000 |
commit | a5f61e09a0b2e664060c9d89f6fd3817fdd3b80a (patch) | |
tree | 5ce302de525adf9532ac5b6ef89f3a7be080c291 /src/drivers/spi | |
parent | f7b4bdeea8b8155c956fca97dd052f4f0e62a158 (diff) |
drivers/spi: add Numonyx and Micron names to STMicro case
STMicro first moved their SPI NOR flash business to Numonyx which was a
joint venture with Intel which later got sold to Micron, so add a
comment to the VENDOR_ID_STMICRO JEDEC manufacturer ID define and
mention all 3 companies that have sold SPI NOR flash chips using this
manufacturer ID to the Kconfig help text of SPI_FLASH_STMICRO.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I7886396d8f0a9766f568a221c0b5ade02489060b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84018
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/drivers/spi')
-rw-r--r-- | src/drivers/spi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/spi/Kconfig b/src/drivers/spi/Kconfig index 6d161f4005..86e609c7ae 100644 --- a/src/drivers/spi/Kconfig +++ b/src/drivers/spi/Kconfig @@ -146,7 +146,8 @@ config SPI_FLASH_STMICRO default y if SPI_FLASH_INCLUDE_ALL_DRIVERS help Select this option if your chipset driver needs to store certain - data in the SPI flash and your SPI flash is made by ST MICRO. + data in the SPI flash and your SPI flash is made by ST Micro, + Numonyx or Micron. config SPI_FLASH_WINBOND bool |