]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: drop 'default !EXPERT' from tristate symbols
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 21 Mar 2026 13:15:45 +0000 (14:15 +0100)
committerJiri Kosina <jkosina@suse.com>
Thu, 9 Apr 2026 15:53:26 +0000 (17:53 +0200)
commit3d39be2a76d1dfed9ab74305bb5bb107a7d7ce67
tree5738c6c719f9040e31bc7b733d0b50155a45f370
parent8c58be287604da91a4da6b0b1af866c1c193576c
HID: drop 'default !EXPERT' from tristate symbols

There is no reason to build random drivers for obscure hardware into the
core kernel by default.

The usages of 'default !EXPERT' for the HID_PICOLCD suboptions are kept,
as these make some sense, although they probably should use 'default y'.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/Kconfig