zephyr/boards/nios2/altera_max10/Kconfig.defconfig
Anas Nashif 3ae52624ff license: cleanup: add SPDX Apache-2.0 license identifier
Update the files which contain no license information with the
'Apache-2.0' SPDX license identifier.  Many source files in the tree are
missing licensing information, which makes it harder for compliance
tools to determine the correct license.

By default all files without license information are under the default
license of Zephyr, which is Apache version 2.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-07 08:45:22 -04:00

44 lines
654 B
Text

# SPDX-License-Identifier: Apache-2.0
if BOARD_ALTERA_MAX10
config BOARD
default "altera_max10"
if FLASH
config SOC_FLASH_NIOS2_QSPI
default y
if SOC_FLASH_NIOS2_QSPI
config SOC_FLASH_NIOS2_QSPI_DEV_NAME
default "NIOS2_QSPI_FLASH"
if DISK_ACCESS_FLASH
config DISK_FLASH_DEV_NAME
default SOC_FLASH_NIOS2_QSPI_DEV_NAME
config DISK_FLASH_START
default 0x0
config DISK_FLASH_MAX_RW_SIZE
default 256
config DISK_ERASE_BLOCK_SIZE
default 0x10000
config DISK_FLASH_ERASE_ALIGNMENT
default 0x10000
config DISK_VOLUME_SIZE
default 0x4000000
endif # DISK_ACCESS_FLASH
endif # SOC_FLASH_NIOS2_QSPI
endif # FLASH
endif # BOARD_ALTERA_MAX10