Message ID | 1492744763-29872-2-git-send-email-bradleyb@fuzziesquirrel.com |
---|---|
State | Accepted, archived |
Headers | show |
On Thu, 2017-04-20 at 23:19 -0400, Brad Bishop wrote: > Some OpenBMC systems will be using keyboard-gpio so enable it > in our configs. > > Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Acked-by: Andrew Jeffery <andrew@aj.id.au> In the future please add the tags given for previous patch revisions if there hasn't been significant change :) > --- > arch/arm/configs/aspeed_g4_defconfig | 8 +++++++- > arch/arm/configs/aspeed_g5_defconfig | 8 +++++++- > 2 files changed, 14 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig > index 552297b..4350f67 100644 > --- a/arch/arm/configs/aspeed_g4_defconfig > +++ b/arch/arm/configs/aspeed_g4_defconfig > @@ -103,7 +103,12 @@ CONFIG_FTGMAC100=y > CONFIG_BROADCOM_PHY=y > CONFIG_REALTEK_PHY=y > # CONFIG_WLAN is not set > -# CONFIG_INPUT is not set > +# CONFIG_INPUT_LEDS is not set > +# CONFIG_INPUT_MOUSEDEV is not set > +CONFIG_INPUT_EVDEV=y > +# CONFIG_KEYBOARD_ATKBD is not set > +CONFIG_KEYBOARD_GPIO=y > +# CONFIG_INPUT_MOUSE is not set > # CONFIG_SERIO is not set > # CONFIG_VT is not set > # CONFIG_LEGACY_PTYS is not set > @@ -138,6 +143,7 @@ CONFIG_SENSORS_ADM1275=y > CONFIG_SENSORS_LM25066=y > CONFIG_SENSORS_UCD9000=y > CONFIG_SENSORS_TMP421=y > +# CONFIG_HID is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y > diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig > index c5e7295..b6b3ca0 100644 > --- a/arch/arm/configs/aspeed_g5_defconfig > +++ b/arch/arm/configs/aspeed_g5_defconfig > @@ -102,7 +102,12 @@ CONFIG_FTGMAC100=y > CONFIG_BROADCOM_PHY=y > CONFIG_REALTEK_PHY=y > # CONFIG_WLAN is not set > -# CONFIG_INPUT is not set > +# CONFIG_INPUT_LEDS is not set > +# CONFIG_INPUT_MOUSEDEV is not set > +CONFIG_INPUT_EVDEV=y > +# CONFIG_KEYBOARD_ATKBD is not set > +CONFIG_KEYBOARD_GPIO=y > +# CONFIG_INPUT_MOUSE is not set > # CONFIG_SERIO is not set > # CONFIG_VT is not set > # CONFIG_LEGACY_PTYS is not set > @@ -135,6 +140,7 @@ CONFIG_PMBUS=y > CONFIG_SENSORS_LM25066=y > CONFIG_SENSORS_UCD9000=y > CONFIG_SENSORS_TMP421=y > +# CONFIG_HID is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y
On Fri, Apr 21, 2017 at 1:10 PM, Andrew Jeffery <andrew@aj.id.au> wrote: > On Thu, 2017-04-20 at 23:19 -0400, Brad Bishop wrote: >> Some OpenBMC systems will be using keyboard-gpio so enable it >> in our configs. >> >> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> > > Acked-by: Andrew Jeffery <andrew@aj.id.au> Merged to dev-4.7. Cheers, Joel > > In the future please add the tags given for previous patch revisions if > there hasn't been significant change :) > >> --- >> arch/arm/configs/aspeed_g4_defconfig | 8 +++++++- >> arch/arm/configs/aspeed_g5_defconfig | 8 +++++++- >> 2 files changed, 14 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig >> index 552297b..4350f67 100644 >> --- a/arch/arm/configs/aspeed_g4_defconfig >> +++ b/arch/arm/configs/aspeed_g4_defconfig >> @@ -103,7 +103,12 @@ CONFIG_FTGMAC100=y >> CONFIG_BROADCOM_PHY=y >> CONFIG_REALTEK_PHY=y >> # CONFIG_WLAN is not set >> -# CONFIG_INPUT is not set >> +# CONFIG_INPUT_LEDS is not set >> +# CONFIG_INPUT_MOUSEDEV is not set >> +CONFIG_INPUT_EVDEV=y >> +# CONFIG_KEYBOARD_ATKBD is not set >> +CONFIG_KEYBOARD_GPIO=y >> +# CONFIG_INPUT_MOUSE is not set >> # CONFIG_SERIO is not set >> # CONFIG_VT is not set >> # CONFIG_LEGACY_PTYS is not set >> @@ -138,6 +143,7 @@ CONFIG_SENSORS_ADM1275=y >> CONFIG_SENSORS_LM25066=y >> CONFIG_SENSORS_UCD9000=y >> CONFIG_SENSORS_TMP421=y >> +# CONFIG_HID is not set >> # CONFIG_USB_SUPPORT is not set >> CONFIG_NEW_LEDS=y >> CONFIG_LEDS_CLASS=y >> diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig >> index c5e7295..b6b3ca0 100644 >> --- a/arch/arm/configs/aspeed_g5_defconfig >> +++ b/arch/arm/configs/aspeed_g5_defconfig >> @@ -102,7 +102,12 @@ CONFIG_FTGMAC100=y >> CONFIG_BROADCOM_PHY=y >> CONFIG_REALTEK_PHY=y >> # CONFIG_WLAN is not set >> -# CONFIG_INPUT is not set >> +# CONFIG_INPUT_LEDS is not set >> +# CONFIG_INPUT_MOUSEDEV is not set >> +CONFIG_INPUT_EVDEV=y >> +# CONFIG_KEYBOARD_ATKBD is not set >> +CONFIG_KEYBOARD_GPIO=y >> +# CONFIG_INPUT_MOUSE is not set >> # CONFIG_SERIO is not set >> # CONFIG_VT is not set >> # CONFIG_LEGACY_PTYS is not set >> @@ -135,6 +140,7 @@ CONFIG_PMBUS=y >> CONFIG_SENSORS_LM25066=y >> CONFIG_SENSORS_UCD9000=y >> CONFIG_SENSORS_TMP421=y >> +# CONFIG_HID is not set >> # CONFIG_USB_SUPPORT is not set >> CONFIG_NEW_LEDS=y >> CONFIG_LEDS_CLASS=y
diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig index 552297b..4350f67 100644 --- a/arch/arm/configs/aspeed_g4_defconfig +++ b/arch/arm/configs/aspeed_g4_defconfig @@ -103,7 +103,12 @@ CONFIG_FTGMAC100=y CONFIG_BROADCOM_PHY=y CONFIG_REALTEK_PHY=y # CONFIG_WLAN is not set -# CONFIG_INPUT is not set +# CONFIG_INPUT_LEDS is not set +# CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_KEYBOARD_ATKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_INPUT_MOUSE is not set # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set @@ -138,6 +143,7 @@ CONFIG_SENSORS_ADM1275=y CONFIG_SENSORS_LM25066=y CONFIG_SENSORS_UCD9000=y CONFIG_SENSORS_TMP421=y +# CONFIG_HID is not set # CONFIG_USB_SUPPORT is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig index c5e7295..b6b3ca0 100644 --- a/arch/arm/configs/aspeed_g5_defconfig +++ b/arch/arm/configs/aspeed_g5_defconfig @@ -102,7 +102,12 @@ CONFIG_FTGMAC100=y CONFIG_BROADCOM_PHY=y CONFIG_REALTEK_PHY=y # CONFIG_WLAN is not set -# CONFIG_INPUT is not set +# CONFIG_INPUT_LEDS is not set +# CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_KEYBOARD_ATKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_INPUT_MOUSE is not set # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set @@ -135,6 +140,7 @@ CONFIG_PMBUS=y CONFIG_SENSORS_LM25066=y CONFIG_SENSORS_UCD9000=y CONFIG_SENSORS_TMP421=y +# CONFIG_HID is not set # CONFIG_USB_SUPPORT is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y
Some OpenBMC systems will be using keyboard-gpio so enable it in our configs. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> --- arch/arm/configs/aspeed_g4_defconfig | 8 +++++++- arch/arm/configs/aspeed_g5_defconfig | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-)