diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-07 10:13:32 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-07 10:13:32 +0000 |
commit | 09c77afbdd5409295046aa133a30e60990df78f7 (patch) | |
tree | 959054df39b6780009b28b405472fb0441a417dd /target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch | |
parent | 50aa8c39011015c7610d7480f49cef8563f3f8b1 (diff) |
[s3c24xx] Remove 2.6.31 support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18673 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch b/target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch deleted file mode 100644 index 3670ea4b4..000000000 --- a/target/linux/s3c24xx/patches-2.6.31/058-lis302dl.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 3c9a0b287a1ca66e24e041c87047bb559b855ef8 Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen <lars@metafoo.de> -Date: Tue, 21 Jul 2009 12:47:58 +0200 -Subject: [PATCH] 057-lis302dl.patch - ---- - drivers/input/misc/Kconfig | 9 +++++++++ - drivers/input/misc/Makefile | 2 ++ - 2 files changed, 11 insertions(+), 0 deletions(-) - -diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig -index 1acfa3a..4af8eb4 100644 ---- a/drivers/input/misc/Kconfig -+++ b/drivers/input/misc/Kconfig -@@ -230,6 +230,15 @@ config HP_SDC_RTC - Say Y here if you want to support the built-in real time clock - of the HP SDC controller. - -+config INPUT_LIS302DL -+ tristate "STmicro LIS302DL 3-axis accelerometer" -+ depends on SPI_MASTER -+ help -+ SPI driver for the STmicro LIS302DL 3-axis accelerometer. -+ -+ The userspece interface is a 3-axis (X/Y/Z) relative movement -+ Linux input device, reporting REL_[XYZ] events. -+ - config INPUT_PCF50633_PMU - tristate "PCF50633 PMU events" - depends on MFD_PCF50633 -diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile -index 0d979fd..c959f35 100644 ---- a/drivers/input/misc/Makefile -+++ b/drivers/input/misc/Makefile -@@ -14,6 +14,7 @@ obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o - obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o - obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o - obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o -+obj-$(CONFIG_INPUT_LIS302DL) += lis302dl.o - obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o - obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o - obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o --- -1.5.6.5 - |