mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
693532dcff
Patch from Sascha Hauer This patch adds the board specific code for the Hilscher NXDKN development board. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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
|