From: Arnd Bergmann Date: Wed, 12 Feb 2014 20:22:13 +0000 (+0100) Subject: ARM: s3c24xx: MINI2440 needs I2C for EEPROM_AT24 X-Git-Tag: firefly_0821_release~176^2~4135^2~8^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=37373f161b14a1462dcc3331548417a65f749636;p=firefly-linux-kernel-4.4.55.git 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 Acked-by: Kukjin Kim Cc: Tomasz Figa Cc: Ben Dooks --- 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 config MACH_MINI2440 bool "MINI2440 development board" - select EEPROM_AT24 + select EEPROM_AT24 if I2C select LEDS_CLASS select LEDS_TRIGGERS select LEDS_TRIGGER_BACKLIGHT