• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5config SFC_SAMPLE_USER_ADDR
6    hex
7    prompt "choose SFC sample Start Address(Real address of the flash memory)."
8    depends on SAMPLE_SUPPORT_SFC
9    default 0x7C000
10
11config SFC_SAMPLE_USER_SIZE
12    hex
13    prompt "choose SFC sample End Address(Real address of the flash memory)."
14    depends on SAMPLE_SUPPORT_SFC
15    default 0x1000