Blame view

bootloader/u-boot_2015_04/arch/nios2/Kconfig 236 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  menu "Nios II architecture"
  	depends on NIOS2
  
  config SYS_ARCH
  	default "nios2"
  
  choice
  	prompt "Target select"
  
  config TARGET_NIOS2_GENERIC
  	bool "Support nios2-generic"
  
  endchoice
  
  source "board/altera/nios2-generic/Kconfig"
  
  endmenu