ARM: shmobile: Include at24.c in shmobile_defconfig
authorMagnus Damm <damm@opensource.se>
Wed, 26 Mar 2014 05:19:11 +0000 (14:19 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:23:54 +0000 (11:23 +0900)
The Koelsch board includes an at24-compatible EEPROM hooked up via I2C.
To increase hardware support enable the driver in the shmobile_defconfig
multiplatform configuration.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/configs/shmobile_defconfig

index d96133a686e547f4ad9d83720b6b2c90af4052bb..146ee70dd459c7443ea3a25273a87189c579a86f 100644 (file)
@@ -43,6 +43,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
This page took 0.024717 seconds and 5 git commands to generate.