diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-15 22:01:13 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-16 14:09:49 +0200 |
commit | d7057e1de8d6c180eb2ecd90b0cab9d1a8a4d8ab (patch) | |
tree | f5e2c6f263a1d142de054ab9f9546ad702351e14 /arch/arm/Kconfig | |
parent | 50564a794d64ace92c189d7cb5b591a60d3de9c2 (diff) | |
download | lwn-d7057e1de8d6c180eb2ecd90b0cab9d1a8a4d8ab.tar.gz lwn-d7057e1de8d6c180eb2ecd90b0cab9d1a8a4d8ab.zip |
ARM: integrator: delete non-devicetree boot path
The Device Tree boot path now supports everything the ATAG
boot can provide, and the two are equivalent. This deletes
the ATAG boot path from the Integrator/AP and
Integrator/CP platforms to move them on to the future.
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 1ad6fb6c094d..d9ce86857791 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -317,6 +317,7 @@ config ARCH_INTEGRATOR select NEED_MACH_MEMORY_H select PLAT_VERSATILE select SPARSE_IRQ + select USE_OF select VERSATILE_FPGA_IRQ help Support for ARM's Integrator platform. |