mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-22 08:09:41 +00:00
Some kernel tweak for USB support
Signed-off-by: Jean-Marie Verdun <jean-marie.verdun@hpe.com>
This commit is contained in:
parent
e7b3a577e1
commit
2e434531f9
@ -1720,22 +1720,28 @@ CONFIG_HID_GENERIC=y
|
|||||||
# Special HID drivers
|
# Special HID drivers
|
||||||
#
|
#
|
||||||
# CONFIG_HID_A4TECH is not set
|
# CONFIG_HID_A4TECH is not set
|
||||||
|
# CONFIG_HID_ACCUTOUCH is not set
|
||||||
# CONFIG_HID_ACRUX is not set
|
# CONFIG_HID_ACRUX is not set
|
||||||
# CONFIG_HID_APPLE is not set
|
# CONFIG_HID_APPLE is not set
|
||||||
|
# CONFIG_HID_APPLEIR is not set
|
||||||
# CONFIG_HID_AUREAL is not set
|
# CONFIG_HID_AUREAL is not set
|
||||||
# CONFIG_HID_BELKIN is not set
|
# CONFIG_HID_BELKIN is not set
|
||||||
|
# CONFIG_HID_BETOP_FF is not set
|
||||||
# CONFIG_HID_CHERRY is not set
|
# CONFIG_HID_CHERRY is not set
|
||||||
# CONFIG_HID_CHICONY is not set
|
# CONFIG_HID_CHICONY is not set
|
||||||
# CONFIG_HID_COUGAR is not set
|
# CONFIG_HID_COUGAR is not set
|
||||||
|
# CONFIG_HID_CREATIVE_SB0540 is not set
|
||||||
# CONFIG_HID_MACALLY is not set
|
# CONFIG_HID_MACALLY is not set
|
||||||
# CONFIG_HID_CMEDIA is not set
|
# CONFIG_HID_CMEDIA is not set
|
||||||
# CONFIG_HID_CYPRESS is not set
|
# CONFIG_HID_CYPRESS is not set
|
||||||
# CONFIG_HID_DRAGONRISE is not set
|
# CONFIG_HID_DRAGONRISE is not set
|
||||||
# CONFIG_HID_EMS_FF is not set
|
# CONFIG_HID_EMS_FF is not set
|
||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
|
# CONFIG_HID_ELO is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_GEMBIRD is not set
|
# CONFIG_HID_GEMBIRD is not set
|
||||||
# CONFIG_HID_GFRM is not set
|
# CONFIG_HID_GFRM is not set
|
||||||
|
# CONFIG_HID_HOLTEK is not set
|
||||||
# CONFIG_HID_KEYTOUCH is not set
|
# CONFIG_HID_KEYTOUCH is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
# CONFIG_HID_WALTOP is not set
|
# CONFIG_HID_WALTOP is not set
|
||||||
@ -1757,8 +1763,10 @@ CONFIG_HID_GENERIC=y
|
|||||||
# CONFIG_HID_MONTEREY is not set
|
# CONFIG_HID_MONTEREY is not set
|
||||||
# CONFIG_HID_MULTITOUCH is not set
|
# CONFIG_HID_MULTITOUCH is not set
|
||||||
# CONFIG_HID_NTI is not set
|
# CONFIG_HID_NTI is not set
|
||||||
|
# CONFIG_HID_NTRIG is not set
|
||||||
# CONFIG_HID_ORTEK is not set
|
# CONFIG_HID_ORTEK is not set
|
||||||
# CONFIG_HID_PANTHERLORD is not set
|
# CONFIG_HID_PANTHERLORD is not set
|
||||||
|
# CONFIG_HID_PENMOUNT is not set
|
||||||
# CONFIG_HID_PETALYNX is not set
|
# CONFIG_HID_PETALYNX is not set
|
||||||
# CONFIG_HID_PICOLCD is not set
|
# CONFIG_HID_PICOLCD is not set
|
||||||
# CONFIG_HID_PLANTRONICS is not set
|
# CONFIG_HID_PLANTRONICS is not set
|
||||||
@ -1769,6 +1777,8 @@ CONFIG_HID_GENERIC=y
|
|||||||
# CONFIG_HID_STEAM is not set
|
# CONFIG_HID_STEAM is not set
|
||||||
# CONFIG_HID_STEELSERIES is not set
|
# CONFIG_HID_STEELSERIES is not set
|
||||||
# CONFIG_HID_SUNPLUS is not set
|
# CONFIG_HID_SUNPLUS is not set
|
||||||
|
# CONFIG_HID_RETRODE is not set
|
||||||
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_RMI is not set
|
# CONFIG_HID_RMI is not set
|
||||||
# CONFIG_HID_GREENASIA is not set
|
# CONFIG_HID_GREENASIA is not set
|
||||||
# CONFIG_HID_SMARTJOYPLUS is not set
|
# CONFIG_HID_SMARTJOYPLUS is not set
|
||||||
@ -1776,13 +1786,20 @@ CONFIG_HID_GENERIC=y
|
|||||||
# CONFIG_HID_TOPSEED is not set
|
# CONFIG_HID_TOPSEED is not set
|
||||||
# CONFIG_HID_THRUSTMASTER is not set
|
# CONFIG_HID_THRUSTMASTER is not set
|
||||||
# CONFIG_HID_UDRAW_PS3 is not set
|
# CONFIG_HID_UDRAW_PS3 is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WACOM is not set
|
||||||
# CONFIG_HID_XINMO is not set
|
# CONFIG_HID_XINMO is not set
|
||||||
# CONFIG_HID_ZEROPLUS is not set
|
# CONFIG_HID_ZEROPLUS is not set
|
||||||
# CONFIG_HID_ZYDACRON is not set
|
# CONFIG_HID_ZYDACRON is not set
|
||||||
# CONFIG_HID_SENSOR_HUB is not set
|
# CONFIG_HID_SENSOR_HUB is not set
|
||||||
# CONFIG_HID_ALPS is not set
|
# CONFIG_HID_ALPS is not set
|
||||||
# end of Special HID drivers
|
# end of Special HID drivers
|
||||||
|
# USB HID support
|
||||||
|
#
|
||||||
|
CONFIG_USB_HID=y
|
||||||
|
# CONFIG_HID_PID is not set
|
||||||
|
# CONFIG_USB_HIDDEV is not set
|
||||||
|
# end of USB HID support
|
||||||
#
|
#
|
||||||
# I2C HID support
|
# I2C HID support
|
||||||
#
|
#
|
||||||
@ -1866,7 +1883,7 @@ CONFIG_USB_HCD_SSB=m
|
|||||||
#
|
#
|
||||||
# also be needed; see USB_STORAGE Help for more info
|
# also be needed; see USB_STORAGE Help for more info
|
||||||
#
|
#
|
||||||
CONFIG_USB_STORAGE=m
|
CONFIG_USB_STORAGE=y
|
||||||
# CONFIG_USB_STORAGE_DEBUG is not set
|
# CONFIG_USB_STORAGE_DEBUG is not set
|
||||||
CONFIG_USB_STORAGE_REALTEK=y
|
CONFIG_USB_STORAGE_REALTEK=y
|
||||||
CONFIG_REALTEK_AUTOPM=y
|
CONFIG_REALTEK_AUTOPM=y
|
||||||
|
Loading…
Reference in New Issue
Block a user