diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-22 05:29:30 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 07:54:30 -0400 |
commit | 75a7f3f18e0deee2023351789cc3c393f07220c7 (patch) | |
tree | b74a90f572f10c6c54b90f9eddb2c1419c5d3ff2 /arch/arm/Kconfig | |
parent | d134636f370070f0aa43bb4b145ed60c440eff17 (diff) |
ARM: u300: delete all static board data
We have now transferred all the U300 peripherals to the device
tree, so we just select USE_OF, and delete all static board data,
then require that this platform shall be booted using the device
tree and nothing else.
This gets rid of the MMCI (PL180), PL022, and serial PL011
platform data entries and more.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 fbad3337a838..26896433ae78 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -827,6 +827,7 @@ config ARCH_U300 | |||
827 | select GENERIC_CLOCKEVENTS | 827 | select GENERIC_CLOCKEVENTS |
828 | select HAVE_TCM | 828 | select HAVE_TCM |
829 | select SPARSE_IRQ | 829 | select SPARSE_IRQ |
830 | select USE_OF | ||
830 | help | 831 | help |
831 | Support for ST-Ericsson U300 series mobile platforms. | 832 | Support for ST-Ericsson U300 series mobile platforms. |
832 | 833 | ||