]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/mips/netlogic/Kconfig
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
[mirror_ubuntu-zesty-kernel.git] / arch / mips / netlogic / Kconfig
1 if NLM_XLP_BOARD || NLM_XLR_BOARD
2
3 if NLM_XLP_BOARD
4 config DT_XLP_EVP
5 bool "Built-in device tree for XLP EVP/SVP boards"
6 default y
7 help
8 Add an FDT blob for XLP EVP and SVP boards into the kernel.
9 This DTB will be used if the firmware does not pass in a DTB
10 pointer to the kernel. The corresponding DTS file is at
11 arch/mips/netlogic/dts/xlp_evp.dts
12 endif
13
14 config NLM_COMMON
15 bool
16
17 endif