diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-12 15:22:13 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 13:26:13 -0400 |
commit | 37373f161b14a1462dcc3331548417a65f749636 (patch) | |
tree | 29f2d3a299222947a694f3917f8cc70bc13977f1 /arch/arm/mach-s3c24xx/Kconfig | |
parent | 152c55553eca4677305649abd6cc909f9c21ff26 (diff) |
ARM: s3c24xx: MINI2440 needs I2C for EEPROM_AT24
If I2C is disabled, we cannot build the AT24 driver, so we
should not select it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index d876431d64c0..bff3cc37448f 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -537,7 +537,7 @@ config MACH_AT2440EVB | |||
537 | 537 | ||
538 | config MACH_MINI2440 | 538 | config MACH_MINI2440 |
539 | bool "MINI2440 development board" | 539 | bool "MINI2440 development board" |
540 | select EEPROM_AT24 | 540 | select EEPROM_AT24 if I2C |
541 | select LEDS_CLASS | 541 | select LEDS_CLASS |
542 | select LEDS_TRIGGERS | 542 | select LEDS_TRIGGERS |
543 | select LEDS_TRIGGER_BACKLIGHT | 543 | select LEDS_TRIGGER_BACKLIGHT |