diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-14 17:54:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-14 17:54:26 -0500 |
commit | c2714334b944abbeaaadda8cddde619eff0292a1 (patch) | |
tree | b45be97a313f58aa62933040230d51aa3a8592b4 /arch/arm/configs | |
parent | 0beb58783f2168354e2b5297af45fc7db70adf12 (diff) | |
parent | 5e5d8999a316d596f2012fe1cf4c59e0de693dab (diff) |
Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC updates for Marvell mvebu/kirkwood from Olof Johansson:
"This is a branch with updates for Marvell's mvebu/kirkwood platforms.
They came in late-ish, and were heavily interdependent such that it
didn't make sense to split them up across the cross-platform topic
branches. So here they are (for the second release in a row) in a
branch on their own."
* tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (88 commits)
arm: l2x0: add aurora related properties to OF binding
arm: mvebu: add Aurora L2 Cache Controller to the DT
arm: mvebu: add L2 cache support
dma: mv_xor: fix error handling path
dma: mv_xor: fix error checking of irq_of_parse_and_map()
dma: mv_xor: use request_irq() instead of devm_request_irq()
dma: mv_xor: clear the window override control registers
arm: mvebu: fix address decoding armada_cfg_base() function
ARM: mvebu: update defconfig with I2C and RTC support
ARM: mvebu: Add SATA support for OpenBlocks AX3-4
ARM: mvebu: Add support for the RTC in OpenBlocks AX3-4
ARM: mvebu: Add support for I2C on OpenBlocks AX3-4
ARM: mvebu: Add support for I2C controllers in Armada 370/XP
arm: mvebu: Add hardware I/O Coherency support
arm: plat-orion: Add coherency attribute when setup mbus target
arm: dma mapping: Export a dma ops function arm_dma_set_mask
arm: mvebu: Add SMP support for Armada XP
arm: mm: Add support for PJ4B cpu and init routines
arm: mvebu: Add IPI support via doorbells
arm: mvebu: Add initial support for power managmement service unit
...
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 159f75fc4377..dbea6f4efe9f 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -17,8 +17,10 @@ CONFIG_ARM_APPENDED_DTB=y | |||
17 | CONFIG_VFP=y | 17 | CONFIG_VFP=y |
18 | CONFIG_NEON=y | 18 | CONFIG_NEON=y |
19 | CONFIG_NET=y | 19 | CONFIG_NET=y |
20 | CONFIG_BLK_DEV_SD=y | ||
20 | CONFIG_ATA=y | 21 | CONFIG_ATA=y |
21 | CONFIG_SATA_HIGHBANK=y | 22 | CONFIG_SATA_HIGHBANK=y |
23 | CONFIG_SATA_MV=y | ||
22 | CONFIG_NETDEVICES=y | 24 | CONFIG_NETDEVICES=y |
23 | CONFIG_NET_CALXEDA_XGMAC=y | 25 | CONFIG_NET_CALXEDA_XGMAC=y |
24 | CONFIG_SMSC911X=y | 26 | CONFIG_SMSC911X=y |
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 3458752c4bb2..a702fb345c01 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig | |||
@@ -12,6 +12,9 @@ CONFIG_ARCH_MVEBU=y | |||
12 | CONFIG_MACH_ARMADA_370=y | 12 | CONFIG_MACH_ARMADA_370=y |
13 | CONFIG_MACH_ARMADA_XP=y | 13 | CONFIG_MACH_ARMADA_XP=y |
14 | # CONFIG_CACHE_L2X0 is not set | 14 | # CONFIG_CACHE_L2X0 is not set |
15 | # CONFIG_SWP_EMULATE is not set | ||
16 | CONFIG_SMP=y | ||
17 | # CONFIG_LOCAL_TIMERS is not set | ||
15 | CONFIG_AEABI=y | 18 | CONFIG_AEABI=y |
16 | CONFIG_HIGHMEM=y | 19 | CONFIG_HIGHMEM=y |
17 | # CONFIG_COMPACTION is not set | 20 | # CONFIG_COMPACTION is not set |
@@ -19,13 +22,27 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 | |||
19 | CONFIG_ZBOOT_ROM_BSS=0x0 | 22 | CONFIG_ZBOOT_ROM_BSS=0x0 |
20 | CONFIG_ARM_APPENDED_DTB=y | 23 | CONFIG_ARM_APPENDED_DTB=y |
21 | CONFIG_VFP=y | 24 | CONFIG_VFP=y |
25 | CONFIG_NET=y | ||
26 | CONFIG_INET=y | ||
22 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 27 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
28 | CONFIG_BLK_DEV_SD=y | ||
29 | CONFIG_ATA=y | ||
30 | CONFIG_SATA_MV=y | ||
31 | CONFIG_NETDEVICES=y | ||
32 | CONFIG_MVNETA=y | ||
33 | CONFIG_MARVELL_PHY=y | ||
23 | CONFIG_SERIAL_8250=y | 34 | CONFIG_SERIAL_8250=y |
24 | CONFIG_SERIAL_8250_CONSOLE=y | 35 | CONFIG_SERIAL_8250_CONSOLE=y |
25 | CONFIG_SERIAL_OF_PLATFORM=y | 36 | CONFIG_SERIAL_OF_PLATFORM=y |
37 | CONFIG_I2C=y | ||
38 | CONFIG_I2C_MV64XXX=y | ||
26 | CONFIG_GPIOLIB=y | 39 | CONFIG_GPIOLIB=y |
27 | CONFIG_GPIO_SYSFS=y | 40 | CONFIG_GPIO_SYSFS=y |
28 | # CONFIG_USB_SUPPORT is not set | 41 | # CONFIG_USB_SUPPORT is not set |
42 | CONFIG_RTC_CLASS=y | ||
43 | CONFIG_RTC_DRV_S35390A=y | ||
44 | CONFIG_DMADEVICES=y | ||
45 | CONFIG_MV_XOR=y | ||
29 | # CONFIG_IOMMU_SUPPORT is not set | 46 | # CONFIG_IOMMU_SUPPORT is not set |
30 | CONFIG_EXT2_FS=y | 47 | CONFIG_EXT2_FS=y |
31 | CONFIG_EXT3_FS=y | 48 | CONFIG_EXT3_FS=y |