mirror of https://gitee.com/openkylin/linux.git
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
|
menu "NetX Implementations"
|
||
|
depends on ARCH_NETX
|
||
|
|
||
|
config MACH_NXDKN
|
||
|
bool "Enable Hilscher nxdkn Eval Board support"
|
||
|
depends on ARCH_NETX
|
||
|
help
|
||
|
Board support for the Hilscher NetX Eval Board
|
||
|
|
||
|
endmenu
|