diff options
author | Roland Stigge <stigge@antcom.de> | 2012-04-22 14:01:19 +0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-04-22 14:01:19 +0400 |
commit | f5c422713308e492eddc44a12134f9f249ddfbdb (patch) | |
tree | f5f3f115b40aada230e8d413429000a0a7741991 /arch/arm/Kconfig | |
parent | e04920d9efcb3517cabc61a55a3ce4bce51518bc (diff) | |
download | linux-f5c422713308e492eddc44a12134f9f249ddfbdb.tar.xz |
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 cf006d40342c..6e51ddde908a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -597,6 +597,7 @@ config ARCH_LPC32XX select USB_ARCH_HAS_OHCI select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS + select USE_OF help Support for the NXP LPC32XX family of processors |