diff options
author | Steven J. Hill <sjhill@mips.com> | 2013-01-17 12:37:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:21 -0500 |
commit | 9b73100911ac6886e1bbf54a4626d545f9ba6ddf (patch) | |
tree | e2c1ceef05fe279eba70153908a7df75b18d401d /arch/mips/Kconfig | |
parent | 8fba1e588b7ed124bef42548924a6f4f95de9dba (diff) |
MIPS: SEAD3: Implement OF support.
Activate USE_OF for SEAD-3 platform. Add basic DTS file and convert memory
detection and reservations to use OF.
[ralf@linux-mips.org: Remove unnecessary #ifdef wrapper in generic.h. Make
<asm/mips-boards/generic.h> inclusion work even without prior
<linux/of_fdt.h> inclusion.]
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4809/
Signed-off-by: Ralf Baechle <ralf@linux-mips.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 2ac626ab9d43..1110cd718ff5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -353,6 +353,7 @@ config MIPS_SEAD3 | |||
353 | select USB_ARCH_HAS_EHCI | 353 | select USB_ARCH_HAS_EHCI |
354 | select USB_EHCI_BIG_ENDIAN_DESC | 354 | select USB_EHCI_BIG_ENDIAN_DESC |
355 | select USB_EHCI_BIG_ENDIAN_MMIO | 355 | select USB_EHCI_BIG_ENDIAN_MMIO |
356 | select USE_OF | ||
356 | help | 357 | help |
357 | This enables support for the MIPS Technologies SEAD3 evaluation | 358 | This enables support for the MIPS Technologies SEAD3 evaluation |
358 | board. | 359 | board. |