diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-09-27 11:10:12 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-28 16:27:07 -0400 |
commit | 46f2007c1efadfa4071c17e75f140c47f09293de (patch) | |
tree | e38579fafadcc3b8ae70575339647cd444e34f7c /arch/arm/mach-mvebu/Kconfig | |
parent | 30411c2cad86bac4736589b116c7234c33ceec8f (diff) |
ARM: mvebu: fix build breaks from multi-platform conversion
Moving ARCH_MVEBU for multi-platform support caused several breakages in
recently added addr-map and pinctrl support for mvebu. This adds the
necessary selects and include paths to fix the build.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 26a817d81a70..416d46ef7ebd 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -6,6 +6,8 @@ config ARCH_MVEBU | |||
6 | select GENERIC_IRQ_CHIP | 6 | select GENERIC_IRQ_CHIP |
7 | select IRQ_DOMAIN | 7 | select IRQ_DOMAIN |
8 | select MULTI_IRQ_HANDLER | 8 | select MULTI_IRQ_HANDLER |
9 | select PINCTRL | ||
10 | select PLAT_ORION | ||
9 | select SPARSE_IRQ | 11 | select SPARSE_IRQ |
10 | 12 | ||
11 | if ARCH_MVEBU | 13 | if ARCH_MVEBU |