diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-11-25 10:24:59 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 02:41:37 -0500 |
commit | ca8bfc97ca7795f86e5b25553dd19d96b252bb29 (patch) | |
tree | 9e8459efa5f48a7d6899c03e0417fcedd5616ddd | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
CONFIG_SENSORS_AK8975 was renamed to CONFIG_AK8975 in commit
2fc72cd8354e3e9c ("iio:magnetometer:ak8975 move driver out of staging")
in v3.10.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 5d63fc5d2d48..23e8d146dc16 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig | |||
@@ -126,8 +126,8 @@ CONFIG_DMADEVICES=y | |||
126 | CONFIG_SH_DMAE=y | 126 | CONFIG_SH_DMAE=y |
127 | CONFIG_ASYNC_TX_DMA=y | 127 | CONFIG_ASYNC_TX_DMA=y |
128 | CONFIG_STAGING=y | 128 | CONFIG_STAGING=y |
129 | CONFIG_SENSORS_AK8975=y | ||
130 | CONFIG_IIO=y | 129 | CONFIG_IIO=y |
130 | CONFIG_AK8975=y | ||
131 | # CONFIG_DNOTIFY is not set | 131 | # CONFIG_DNOTIFY is not set |
132 | CONFIG_VFAT_FS=y | 132 | CONFIG_VFAT_FS=y |
133 | CONFIG_TMPFS=y | 133 | CONFIG_TMPFS=y |