Kconfig 307 B

1234567891011121314151617
  1. # Kconfig - Firmware version options
  2. #
  3. # Copyright (c) 2019 Actions Semiconductor Co.,Ltd
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menu "Firmware version"
  8. config FIRMWARE_VERSION
  9. bool
  10. prompt "Enable firmware version interface"
  11. default y
  12. help
  13. This option enable firmware version interface
  14. endmenu