diff options
author | Andi Kleen <ak@linux.intel.com> | 2008-10-19 20:34:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-19 20:34:31 +0200 |
commit | 550cb3c3c1fa48171c6358b8641bd01119f5386f (patch) | |
tree | e5a14a1e10e214b410379e9f35c1dc4b5dd9ca9a /drivers/hid | |
parent | 140ae3eb6feb6ae96ba1ff073049beb985ea00e8 (diff) |
HID: Remove "default m" for Thrustmaster and Zeroplus
No reason at all to make these obscure drivers default m
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f5999a91614e..b4fd8ca701a4 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -247,7 +247,6 @@ config HID_SUNPLUS config THRUSTMASTER_FF tristate "ThrustMaster devices support" - default m depends on USB_HID select INPUT_FF_MEMLESS help @@ -256,7 +255,6 @@ config THRUSTMASTER_FF config ZEROPLUS_FF tristate "Zeroplus based game controller support" - default m depends on USB_HID select INPUT_FF_MEMLESS help |