mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
2f6528e15a
Provide a config option to embed a device tree for XLP evaluation boards. This DTB will be used if the firmware does not pass in a device tree pointer. Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Patchwork: http://patchwork.linux-mips.org/patch/4103/ Signed-off-by: John Crispin <blogic@openwrt.org>
18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
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
|