Kconfig.acts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Copyright (c) 2018 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. menuconfig IPMSG_ACTS
  4. bool "actions ipmsg driver"
  5. select RBUF_LIB
  6. help
  7. Enable support for actions ipmsg driver
  8. if IPMSG_ACTS
  9. config IPMSG_ACTS_SC
  10. bool "IPM driver for Sensor CPU"
  11. default n
  12. help
  13. Driver for Sensor CPU
  14. config IPMSG_ACTS_BTC
  15. bool "IPM driver for Bluetooth CPU"
  16. depends on IPMSG_ACTS
  17. help
  18. Driver for Bluetooth CPU
  19. if IPMSG_ACTS_BTC
  20. choice
  21. prompt "select storage for bt fw"
  22. default BTC_FW_IN_NOR
  23. config BTC_FW_IN_NOR
  24. bool "BTC Firmware bin in nor"
  25. help
  26. BTC Firmware bin in nor.
  27. config BTC_FW_IN_NAND
  28. bool "BTC Firmware bin in nand"
  29. help
  30. select BTC Firmware bin in sdcard.
  31. config BTC_FW_IN_SD
  32. bool "BTC Firmware bin in sdcard"
  33. help
  34. select BTC Firmware bin in sdcard.
  35. config BTC_FW_IN_NOR_EXT
  36. bool "BTC Firmware bin in extern nor"
  37. help
  38. select BTC Firmware bin in extern nor.
  39. endchoice
  40. endif
  41. config IPMSG_BTC_SEL_32K
  42. bool "Bluetooth CPU select 32768 oscillator"
  43. depends on IPMSG_ACTS
  44. default n
  45. help
  46. Bluetooth CPU select 32768 oscillator
  47. endif #IPMSG_ACTS