diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-13 12:23:22 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 17:46:37 -0400 |
commit | 2f6528e15a4592c762a690c1320518368593ae75 (patch) | |
tree | 6fd1aafd2586875f2905398a1e0ab8f5c571142a /arch/mips/Kconfig | |
parent | a9f16821205d7561bf9d622855e1aa95e5c77f0c (diff) |
MIPS: Netlogic: Add support for built in DTB
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 331d574df99c..8190bdcd5a6a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -830,6 +830,7 @@ config NLM_XLP_BOARD | |||
830 | select ZONE_DMA if 64BIT | 830 | select ZONE_DMA if 64BIT |
831 | select SYNC_R4K | 831 | select SYNC_R4K |
832 | select SYS_HAS_EARLY_PRINTK | 832 | select SYS_HAS_EARLY_PRINTK |
833 | select USE_OF | ||
833 | help | 834 | help |
834 | This board is based on Netlogic XLP Processor. | 835 | This board is based on Netlogic XLP Processor. |
835 | Say Y here if you have a XLP based board. | 836 | Say Y here if you have a XLP based board. |