Kconfig 288 B

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