diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-06 06:31:15 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-06 06:31:15 -0800 |
commit | ccb1cfcb964fa8a8acd58b7783b2e82d7ad7975b (patch) | |
tree | c4a7df583d5c1428a53e7f3297c24b8767461f2f /arch/arm/configs | |
parent | 4bddddf24b644fd884f20639a91871bcbf567974 (diff) | |
parent | 86bc52ef4373be64867b56f3a9e30cbabf64e0dd (diff) | |
download | linux-3.10-ccb1cfcb964fa8a8acd58b7783b2e82d7ad7975b.tar.gz linux-3.10-ccb1cfcb964fa8a8acd58b7783b2e82d7ad7975b.tar.bz2 linux-3.10-ccb1cfcb964fa8a8acd58b7783b2e82d7ad7975b.zip |
Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
From Simon Horman:
* 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: r8a7740: Enable PMU
ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372
ARM: shmobile: r8a7779: add I2C driver support
ARM: shmobile: r8a7779: add I2C clock support
ARM: shmobile: r8a7779: add HSPI clock support
ARM: shmobile: r8a7740: fixup DT machine desc name typo
ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode
ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_mode
ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode
ARM: shmobile: Remove SH7377 support
ARM: shmobile: Remove SH7367 support
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index f78d259f8d2..3d764072dd5 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig @@ -7,6 +7,7 @@ CONFIG_LOG_BUF_SHIFT=16 # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_PERF_EVENTS=y CONFIG_SLAB=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 53382b6c8bb..f79b55c512d 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig @@ -69,6 +69,8 @@ CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=6 CONFIG_SERIAL_SH_SCI_CONSOLE=y # CONFIG_HW_RANDOM is not set +CONFIG_I2C=y +CONFIG_I2C_RCAR=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set CONFIG_THERMAL=y |