diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-04 11:12:02 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-04 11:12:02 +0000 |
commit | f6b1fead589b7faecdaee101cf93495d886e2ee3 (patch) | |
tree | d3fd5637b3a4e7a9bf04ece55a00b639c47b653b /target/linux | |
parent | f204634fda9f982124620224b2fc4a7cc2503e60 (diff) |
[s3c24xx] The gta02 vibrator driver is not meant to be build as module.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17123 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch b/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch index 7d282feb3..7f5514503 100644 --- a/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch +++ b/target/linux/s3c24xx/patches-2.6.30/055-gta02-leds.patch @@ -5,7 +5,7 @@ accessed via the I2C bus. +config LEDS_GTA02_VIBRATOR -+ tristate "Vibrator Support for the Openmoko Freerunner GSM phone" ++ boolean "Vibrator Support for the Openmoko Freerunner GSM phone" + depends on LEDS_CLASS && MACH_NEO1973_GTA02 + help + This option enables support for the vibrator on the Openmoko Freerunner. |