On Wed, 2017-04-19 at 15:42 -0400, Brad Bishop wrote: > Some OpenBMC systems will be using keyboard-gpio so enable it > in our configs. > > Signed-off-by: Brad Bishop Acked-by: Andrew Jeffery > --- >  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