diff options
author | Wolfram Sang <wsa@sang-engineering.com> | 2014-02-17 16:19:19 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-17 21:36:33 -0500 |
commit | 7573e89ba1fcbe492c52d5b1e72fcf5d23da21d1 (patch) | |
tree | ddfeda18de2f0afc2d2818ba87f8cca87fc9e5a7 /arch/arm/configs | |
parent | 62f95adf45722e14338d80d2bcfce2e00ad86026 (diff) |
ARM: shmobile: r7s72100: update defconfig for I2C usage
Select the correct I2C driver and activate EEPROM support to have a
slave device for testing. Also activate i2c-dev, so i2c-tools will work.
Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/genmai_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig index 5ee6ac0931f7..d238fafb6762 100644 --- a/arch/arm/configs/genmai_defconfig +++ b/arch/arm/configs/genmai_defconfig | |||
@@ -52,6 +52,7 @@ CONFIG_IP_PNP_DHCP=y | |||
52 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 52 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
53 | CONFIG_DEVTMPFS=y | 53 | CONFIG_DEVTMPFS=y |
54 | CONFIG_DEVTMPFS_MOUNT=y | 54 | CONFIG_DEVTMPFS_MOUNT=y |
55 | CONFIG_EEPROM_AT24=y | ||
55 | CONFIG_NETDEVICES=y | 56 | CONFIG_NETDEVICES=y |
56 | # CONFIG_NET_CORE is not set | 57 | # CONFIG_NET_CORE is not set |
57 | # CONFIG_NET_VENDOR_ARC is not set | 58 | # CONFIG_NET_VENDOR_ARC is not set |
@@ -80,7 +81,8 @@ CONFIG_SERIAL_SH_SCI=y | |||
80 | CONFIG_SERIAL_SH_SCI_NR_UARTS=10 | 81 | CONFIG_SERIAL_SH_SCI_NR_UARTS=10 |
81 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | 82 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
82 | # CONFIG_HW_RANDOM is not set | 83 | # CONFIG_HW_RANDOM is not set |
83 | CONFIG_I2C_SH_MOBILE=y | 84 | CONFIG_I2C_CHARDEV=y |
85 | CONFIG_I2C_RIIC=y | ||
84 | CONFIG_SPI=y | 86 | CONFIG_SPI=y |
85 | CONFIG_SPI_RSPI=y | 87 | CONFIG_SPI_RSPI=y |
86 | # CONFIG_HWMON is not set | 88 | # CONFIG_HWMON is not set |