summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAlban Bedel2015-05-31 01:52:25 +0200
committerRalf Baechle2015-06-21 21:54:01 +0200
commit03c8c407a8c9ba1772ea7c086b7a0f7bceecdb65 (patch)
treee71058925bc6d52bf7ae682b371e7e1d501681b4 /arch/mips/Kconfig
parentDEVICETREE: Add bindings for the SoC of the ATH79 family (diff)
downloadkernel-qcow2-linux-03c8c407a8c9ba1772ea7c086b7a0f7bceecdb65.tar.gz
kernel-qcow2-linux-03c8c407a8c9ba1772ea7c086b7a0f7bceecdb65.tar.xz
kernel-qcow2-linux-03c8c407a8c9ba1772ea7c086b7a0f7bceecdb65.zip
MIPS: ath79: Add basic device tree support
Add the bare minimum to load a device tree. Signed-off-by: Alban Bedel <albeu@free.fr> Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 733f6ac97f28..164d8c73552f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -134,6 +134,7 @@ config ATH79
select SYS_SUPPORTS_BIG_ENDIAN
select SYS_SUPPORTS_MIPS16
select SYS_SUPPORTS_ZBOOT
+ select USE_OF
help
Support for the Atheros AR71XX/AR724X/AR913X SoCs.