Kconfig.acts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig SPI_FLASH_ACTS
  4. bool "actions SPI flash driver"
  5. select FLASH_HAS_DRIVER_ENABLED
  6. select FLASH_HAS_PAGE_LAYOUT
  7. help
  8. Enable support for actions SPI flash driver
  9. config SPI_NOR_FLASH_DRV_EXT
  10. bool
  11. prompt "Select the external NOR driver"
  12. default n
  13. depends on SPI_FLASH_ACTS
  14. help
  15. If you say Y here, Select the external NOR driver, else use brom nor driver.
  16. config SPI_NOR_FLASH_4B_ADDRESS
  17. bool
  18. prompt "Support NOR flash 4-byte address driver"
  19. default n
  20. depends on SPI_FLASH_ACTS
  21. select SPI_NOR_FLASH_DRV_EXT
  22. help
  23. If you say Y here, you will get support NOR flash 4-byte address driver.
  24. If unsure, it is safe to say N.
  25. config NOR_CODE_IN_RAM
  26. bool
  27. prompt "extern nor flash driver run in RAM"
  28. default n
  29. select SPI_NOR_FLASH_DRV_EXT
  30. help
  31. If you say Y here, the external NOR driver run in RAM.
  32. config NOR_SUSPEND_RESUME
  33. bool
  34. prompt "nor suspend & resume enable"
  35. default n
  36. help
  37. If you say Y here, nor driver use suspend & resume enable.
  38. config NOR_SECURIYT_SUSPPORT
  39. bool
  40. prompt "nor security registers erase/program/read suspport"
  41. default n
  42. help
  43. If you say Y here, nor security registers erase/program/read suspport.
  44. config SIM_FLASH_ACTS
  45. bool
  46. prompt "Support sim flash driver"
  47. default n
  48. config SIM_FLASH_SIZE
  49. hex
  50. depends on SIM_FLASH_ACTS
  51. prompt "sim flash size"
  52. default 0x4000
  53. help
  54. sim flash max size
  55. config BLOCK_DEV_FLASH_ACTS
  56. bool
  57. prompt "Support block dev flash drvier"
  58. default n