diff options
author | Roland Stigge <stigge@antcom.de> | 2012-04-22 06:01:19 -0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-04-22 06:01:19 -0400 |
commit | f5c422713308e492eddc44a12134f9f249ddfbdb (patch) | |
tree | f5f3f115b40aada230e8d413429000a0a7741991 /arch/arm/Kconfig | |
parent | e04920d9efcb3517cabc61a55a3ce4bce51518bc (diff) |
ARM: LPC32xx: Device tree support
This patch does the actual device tree switch for the LPC32xx SoC.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342..6e51ddde908 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -597,6 +597,7 @@ config ARCH_LPC32XX | |||
597 | select USB_ARCH_HAS_OHCI | 597 | select USB_ARCH_HAS_OHCI |
598 | select CLKDEV_LOOKUP | 598 | select CLKDEV_LOOKUP |
599 | select GENERIC_CLOCKEVENTS | 599 | select GENERIC_CLOCKEVENTS |
600 | select USE_OF | ||
600 | help | 601 | help |
601 | Support for the NXP LPC32XX family of processors | 602 | Support for the NXP LPC32XX family of processors |
602 | 603 | ||