Kconfig 703 B

1234567891011121314151617181920212223
  1. # drivers/mtd/chips/Kconfig
  2. menu "LPDDR flash memory drivers"
  3. depends on MTD!=n
  4. config MTD_LPDDR
  5. tristate "Support for LPDDR flash chips"
  6. select MTD_QINFO_PROBE
  7. help
  8. This option enables support of LPDDR (Low power double data rate)
  9. flash chips. Synonymous with Mobile-DDR. It is a new standard for
  10. DDR memories, intended for battery-operated systems.
  11. config MTD_QINFO_PROBE
  12. depends on MTD_LPDDR
  13. tristate "Detect flash chips by QINFO probe"
  14. help
  15. Device Information for LPDDR chips is offered through the Overlay
  16. Window QINFO interface, permits software to be used for entire
  17. families of devices. This serves similar purpose of CFI on legacy
  18. Flash products
  19. endmenu