mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
34 lines
984 B
Diff
34 lines
984 B
Diff
|
From c036841a3e40473596002b866ef422af33e07962 Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Mon, 24 Sep 2018 14:56:58 +0100
|
||
|
Subject: [PATCH 422/454] configs: Add CONFIG_HID_BIGBEN_FF=m
|
||
|
|
||
|
See: https://github.com/raspberrypi/linux/issues/2690
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
||
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
||
|
2 files changed, 2 insertions(+)
|
||
|
|
||
|
--- a/arch/arm/configs/bcm2709_defconfig
|
||
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
||
|
@@ -929,6 +929,7 @@ CONFIG_HID_APPLE=m
|
||
|
CONFIG_HID_ASUS=m
|
||
|
CONFIG_HID_BELKIN=m
|
||
|
CONFIG_HID_BETOP_FF=m
|
||
|
+CONFIG_HID_BIGBEN_FF=m
|
||
|
CONFIG_HID_CHERRY=m
|
||
|
CONFIG_HID_CHICONY=m
|
||
|
CONFIG_HID_CYPRESS=m
|
||
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
||
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
||
|
@@ -922,6 +922,7 @@ CONFIG_HID_APPLE=m
|
||
|
CONFIG_HID_ASUS=m
|
||
|
CONFIG_HID_BELKIN=m
|
||
|
CONFIG_HID_BETOP_FF=m
|
||
|
+CONFIG_HID_BIGBEN_FF=m
|
||
|
CONFIG_HID_CHERRY=m
|
||
|
CONFIG_HID_CHICONY=m
|
||
|
CONFIG_HID_CYPRESS=m
|