Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 29594404d7fe73cd80eaa4ee8c43dcc53970c60e authored by Linus Torvalds on 11 December 2012, 03:30:57 UTC
Linux 3.7
Tip revision: 2959440
Kconfig
if NLM_XLP_BOARD || NLM_XLR_BOARD

if NLM_XLP_BOARD
config DT_XLP_EVP
	bool "Built-in device tree for XLP EVP/SVP boards"
	default y
	help
	  Add an FDT blob for XLP EVP and SVP boards into the kernel.
	  This DTB will be used if the firmware does not pass in a DTB
          pointer to the kernel.  The corresponding DTS file is at
          arch/mips/netlogic/dts/xlp_evp.dts
endif

config NLM_COMMON
	bool

endif
back to top