Kconfig 205 B

12345678910
  1. menu "NetX Implementations"
  2. depends on ARCH_NETX
  3. config MACH_NXDKN
  4. bool "Enable Hilscher nxdkn Eval Board support"
  5. depends on ARCH_NETX
  6. help
  7. Board support for the Hilscher NetX Eval Board
  8. endmenu