Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37373f16 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
parent 152c5555
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -537,7 +537,7 @@ config MACH_AT2440EVB


config MACH_MINI2440
config MACH_MINI2440
	bool "MINI2440 development board"
	bool "MINI2440 development board"
	select EEPROM_AT24
	select EEPROM_AT24 if I2C
	select LEDS_CLASS
	select LEDS_CLASS
	select LEDS_TRIGGERS
	select LEDS_TRIGGERS
	select LEDS_TRIGGER_BACKLIGHT
	select LEDS_TRIGGER_BACKLIGHT