From abf75fdbb9cb07102f08f27e79ab7c9a18723e5a Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Wed, 8 Jul 2009 10:30:00 +0100 Subject: [PATCH] MINI2440: Added missing config flag This flag is needed for the mini2440, it was not added the previous patch that makes the usb-host code optional. Signed-off-by: Michel Pollet --- arch/arm/mach-s3c2440/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index a8b69d77571..29b50dc5a7c 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig @@ -99,6 +99,7 @@ config MACH_AT2440EVB config MACH_MINI2440 bool "MINI2440 development board" select CPU_S3C2440 + select S3C_DEV_USB_HOST select EEPROM_AT24 select LEDS_TRIGGER_BACKLIGHT select SND_S3C24XX_SOC_S3C24XX_UDA134X -- 2.11.4.GIT