diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-06 10:47:09 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-06 10:47:09 -0500 |
commit | f75ed2d39562e19e4d1896c07e7f091515c6d11d (patch) | |
tree | 7201003953c26912b7dd0b39f2a893b7f01e6f81 /arch/arm/Kconfig | |
parent | c2d8c259bfce056437e8dbc4b048944050f9b567 (diff) | |
parent | c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f (diff) |
Merge tag 'kill-plat-sparse-irq' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/multiplatform
From Linus Walleij:
This patchset will:
- Move all remaining headers out of arch/arm/plat-nomadik/include/plat
out to e.g. include/linux/platform_data
- Delete arch/arm/plat-nomadik
- Convert Nomadik and Ux500 to SPARSE_IRQ
* tag 'kill-plat-sparse-irq' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
ARM: plat-nomadik: convert platforms to SPARSE_IRQ
mfd/db8500-prcmu: use the irq_domain_add_simple()
mfd/ab8500-core: use irq_domain_add_simple()
ARM: plat-nomadik: move MTU, kill plat-nomadik
ARM: plat-nomadik: move DMA40 header to <linux/platform_data>
ARM: plat-nomadik: use DIV_ROUND_CLOSEST()
ARM: plat-nomadik: pass IRQ to timer driver
clk/ux500: explicitly include register header
pinctrl/nomadik: merge old pincfg header
pinctrl/nomadik: move the platform data header
ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.h
ARM: plat-nomadik: Introduce new DB8540 GPIO registers
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1aa43c6edfa..48982dc89ff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -885,6 +885,7 @@ config ARCH_U8500 | |||
885 | select GENERIC_CLOCKEVENTS | 885 | select GENERIC_CLOCKEVENTS |
886 | select HAVE_SMP | 886 | select HAVE_SMP |
887 | select MIGHT_HAVE_CACHE_L2X0 | 887 | select MIGHT_HAVE_CACHE_L2X0 |
888 | select SPARSE_IRQ | ||
888 | help | 889 | help |
889 | Support for ST-Ericsson's Ux500 architecture | 890 | Support for ST-Ericsson's Ux500 architecture |
890 | 891 | ||
@@ -899,6 +900,7 @@ config ARCH_NOMADIK | |||
899 | select MIGHT_HAVE_CACHE_L2X0 | 900 | select MIGHT_HAVE_CACHE_L2X0 |
900 | select PINCTRL | 901 | select PINCTRL |
901 | select PINCTRL_STN8815 | 902 | select PINCTRL_STN8815 |
903 | select SPARSE_IRQ | ||
902 | help | 904 | help |
903 | Support for the Nomadik platform by ST-Ericsson | 905 | Support for the Nomadik platform by ST-Ericsson |
904 | 906 | ||
@@ -1067,7 +1069,6 @@ source "arch/arm/mach-mxs/Kconfig" | |||
1067 | source "arch/arm/mach-netx/Kconfig" | 1069 | source "arch/arm/mach-netx/Kconfig" |
1068 | 1070 | ||
1069 | source "arch/arm/mach-nomadik/Kconfig" | 1071 | source "arch/arm/mach-nomadik/Kconfig" |
1070 | source "arch/arm/plat-nomadik/Kconfig" | ||
1071 | 1072 | ||
1072 | source "arch/arm/plat-omap/Kconfig" | 1073 | source "arch/arm/plat-omap/Kconfig" |
1073 | 1074 | ||