Kconfig.defconfig.leopard 470 B

1234567891011121314151617181920212223242526
  1. # LEOPARD MCU configuration options
  2. # Copyright (c) 2016 Linaro Limited.
  3. # SPDX-License-Identifier: Apache-2.0
  4. if SOC_LEOPARD
  5. config SOC
  6. default "leopard"
  7. config NUM_IRQS
  8. default 64
  9. config SOC_SPICACHE_PROFILE
  10. bool "Enable SPI cache profile"
  11. default n
  12. help
  13. Enable SPI cache profile for actions SoC
  14. config SOC_SPICACHE_PROFILE_STAT
  15. bool "Enable SPI cache profile stat"
  16. default n
  17. help
  18. Enable SPI cache profile stat for actions SoC
  19. endif # SOC_LEOPARD