From 18af78759d6dccd41195d194c4ceeb8e0063bfc2 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Tue, 20 Dec 2022 22:05:08 +0100 Subject: [PATCH] kernel_options: add HID section & CONFIG_HID_NINTENDO=m --- distributions/LibreELEC/kernel_options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distributions/LibreELEC/kernel_options b/distributions/LibreELEC/kernel_options index 0fec3b24df..b85b56cb23 100644 --- a/distributions/LibreELEC/kernel_options +++ b/distributions/LibreELEC/kernel_options @@ -74,3 +74,6 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y + +# Human Interface Device (HID) +CONFIG_HID_NINTENDO=m