Blame view

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