Blame view

kernel/linux-rt-4.4.41/arch/blackfin/mach-bf538/boards/Kconfig 174 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
  choice
  	prompt "System type"
  	default BFIN538_EZKIT
  	help
  	  Select your board!
  
  config BFIN538_EZKIT
  	bool "BF538-EZKIT"
  	help
  	  BF538-EZKIT-LITE board support.
  
  endchoice