summaryrefslogtreecommitdiffstats
path: root/arch/nios2/Kconfig
blob: c7c13a464b4cc26bf17449249659d82deb0a0329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config NIOS2
	bool
	select HAS_KALLSYMS
	select HAS_MODULES
	select HAS_CACHE
	select HAVE_CONFIGURABLE_MEMORY_LAYOUT
	select GENERIC_FIND_NEXT_BIT
	default y

config ARCH_TEXT_BASE
	hex
	default 0x00000000

choice
	prompt "Select your board"

config GENERIC
	bool "Generic"
	select NIOS2

endchoice

menu "Board configuration"

config EARLY_PRINTF
	default n
	bool "Enable early printf functions"

endmenu