diff options
author | Wolfgang Müller | 2024-03-24 19:33:32 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-24 19:33:32 +0100 |
commit | c08c73e03aa33588d9bf4243c80530f3aa1c7090 (patch) | |
tree | 99c92f0ac1e900185a59006446cf96ce3784fe4c | |
parent | 084d478bbfa36a4a484c74fa41f5d911917312c6 (diff) | |
download | kernfrag-c08c73e03aa33588d9bf4243c80530f3aa1c7090.tar.gz |
fragments: Add fragment for Playstation controllers
-rw-r--r-- | fragments/devices/input/playstation | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fragments/devices/input/playstation b/fragments/devices/input/playstation new file mode 100644 index 0000000..dbf9625 --- /dev/null +++ b/fragments/devices/input/playstation @@ -0,0 +1,7 @@ +CONFIG_HID_PLAYSTATION=m +CONFIG_PLAYSTATION_FF=y + +# needed for HID_PLAYSTATION +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLASS_MULTICOLOR=y |