2013-07-19 23:23:03 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_SAMA5D3X_EK
|
2013-07-29 21:57:32 +02:00
|
|
|
|
|
|
|
config SAMA5_NOR_MAIN
|
|
|
|
bool "Build nor_main"
|
|
|
|
default n
|
|
|
|
depends on SAMA5_BOOT_ISRAM
|
|
|
|
---help---
|
|
|
|
nor_main is a tiny program that runs in ISRAM. nor_main will enable
|
|
|
|
NOR flash then jump to the program in NOR flash
|
|
|
|
|
2013-07-19 23:23:03 +02:00
|
|
|
endif
|