diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-10-05 14:38:03 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-05-17 20:59:31 +0200 |
commit | 82e139bd80e8f7c65fae5aa66e588ef04d318881 (patch) | |
tree | ccee2fc7ca0c6cd03faef5a83036fab1c2d108da | |
parent | 0e557654c98aff7b454ffe649aa1bf4193d14d99 (diff) |
gta02: Select missing device symbols.
Select usb host and nand device.
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index 7f465265cf0..ff06a7c5e46 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig @@ -99,6 +99,8 @@ config MACH_NEO1973_GTA02 select POWER_SUPPLY select MACH_NEO1973 select S3C2410_PWM + select S3C_DEV_USB_HOST + select S3C_DEV_NAND help Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone |