Kconfig.acts 673 B

12345678910111213141516171819202122232425262728
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig SPINAND_ACTS
  4. bool "actions SPINand flash driver"
  5. select FLASH_HAS_DRIVER_ENABLED
  6. help
  7. Enable support for actions SPINand flash driver
  8. config SPI_HOST
  9. int "Switch spi host for spinand"
  10. default 3
  11. range 0 3
  12. help
  13. Select spi host for spinand
  14. config SPINAND_LIB
  15. bool "actions SPINand flash driver for soc lark."
  16. select FLASH_HAS_DRIVER_ENABLED
  17. help
  18. Enable support for actions SPINand flash driver
  19. config SPINAND_TEST_FRAMEWORKS
  20. bool "actions SPINand Test Frameworks layer."
  21. select FLASH_HAS_DRIVER_ENABLED
  22. help
  23. Enable support for spinand test frameworks layer.