Kconfig 416 B

1234567891011121314151617
  1. if NLM_XLP_BOARD || NLM_XLR_BOARD
  2. if NLM_XLP_BOARD
  3. config DT_XLP_EVP
  4. bool "Built-in device tree for XLP EVP/SVP boards"
  5. default y
  6. help
  7. Add an FDT blob for XLP EVP and SVP boards into the kernel.
  8. This DTB will be used if the firmware does not pass in a DTB
  9. pointer to the kernel. The corresponding DTS file is at
  10. arch/mips/netlogic/dts/xlp_evp.dts
  11. endif
  12. config NLM_COMMON
  13. bool
  14. endif