You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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
|