summaryrefslogtreecommitdiffstats
path: root/arch/nios2/Kconfig
blob: 0cba45bdbebb1e3a135618f31231e36d40e803e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menu "Nios II architecture"
	depends on NIOS2

config SYS_ARCH
	string
	default "nios2"

choice
	prompt "Target select"

config TARGET_NIOS2_GENERIC
	bool "Support nios2-generic"

endchoice

source "board/altera/nios2-generic/Kconfig"

endmenu
OpenPOWER on IntegriCloud