rpi-kernel: enable Steam HID controller

[skip ci]
This commit is contained in:
Foxlet 2019-12-16 18:28:30 -05:00 committed by Piraty
parent 6520db259f
commit 349143f0fa

View file

@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=4.19.89
revision=1
revision=2
wrksrc="linux-${_githash}"
maintainer="Peter Bui <pbui@github.bx612.space>"
homepage="http://www.kernel.org"
@ -89,6 +89,9 @@ do_configure() {
echo "CONFIG_IR_RC6_DECODER=m" >> "$defconfig"
echo "CONFIG_IR_MCEUSB=m" >> "$defconfig"
# HID Controllers
echo "CONFIG_HID_STEAM=y" >> "$defconfig"
make ${makejobs} ${_cross} ARCH=${_arch} ${target}
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.