]> git.baikalelectronics.ru Git - kernel.git/commit
HID: fix up 'EMBEDDED' mess in Kconfig
authorJiri Kosina <jkosina@suse.cz>
Fri, 21 May 2010 11:15:17 +0000 (13:15 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 21 May 2010 11:15:17 +0000 (13:15 +0200)
commite7d15c67d10cca3829ee7da0ca74f9a85305d756
tree8206a5e91292faa584031465eec78a89e6ff38b0
parentf56d2e368b603f5f568a34619fe6b74cea9835b4
HID: fix up 'EMBEDDED' mess in Kconfig

The whole point of making some of the drivers automatically selected
unless 'EMBEDDED' was to handle quirks transparently after their separation
from the generic core.

Over time, some of the later-added quirks grew into more standalone drivers,
implementing non-trivial features a being larger than a few bytes of code.

In addition to that, some of the standalone drivers don't make sense for
99.9% of the users, as they are very specific to rare devices.

Therefore build by default in only those drivers which

- we historically used to support even before quirk separation from the
  core code
- are isolated enough and likely to hit quite large portion of the
  users anyway (Microsoft, Logitech)

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig