mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
10 lines
149 B
Text
10 lines
149 B
Text
|
|
choice
|
||
|
|
prompt "Machine type"
|
||
|
|
depends on MACH_XILFPGA
|
||
|
|
default XILFPGA_NEXYS4DDR
|
||
|
|
|
||
|
|
config XILFPGA_NEXYS4DDR
|
||
|
|
bool "Nexys4DDR by Digilent"
|
||
|
|
|
||
|
|
endchoice
|