diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-12 10:51:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-12 10:51:28 +0000 |
commit | 56597e059df480efe5550669b2f59ad77a5f9781 (patch) | |
tree | a719ada788270734f92b223473e2d22422434289 /target/linux/generic | |
parent | 7c7e5c4276090357f57d9a43ba0d25a167b2a83c (diff) | |
download | upstream-56597e059df480efe5550669b2f59ad77a5f9781.tar.gz upstream-56597e059df480efe5550669b2f59ad77a5f9781.tar.bz2 upstream-56597e059df480efe5550669b2f59ad77a5f9781.zip |
kernel: add missing config option
This should fix build of sunxi.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46304
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 2e2f33f4a2..4acf3c65b6 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1244,6 +1244,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 0545ee55eb..8873882d55 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -1260,6 +1260,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index d4c9cb5a57..a5b7ebb1b8 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1268,6 +1268,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set |