Blame view

kernel/linux-rt-4.4.41/arch/mips/xilfpga/Kconfig 149 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  choice
  	prompt "Machine type"
  	depends on MACH_XILFPGA
  	default XILFPGA_NEXYS4DDR
  
  config XILFPGA_NEXYS4DDR
  	bool "Nexys4DDR by Digilent"
  
  endchoice