Message ID | 20200706132323.147562-1-maxime@cerno.tech (mailing list archive) |
---|---|
State | Mainlined |
Commit | 508d4549e8de4bd91b44b79c465e4f3bdaf7d803 |
Headers | show |
Series | [1/3] ARM: configs: sunxi: Enable the PS/2 controller | expand |
On Mon, Jul 6, 2020 at 9:23 PM Maxime Ripard <maxime@cerno.tech> wrote: > > The A20 has a PS/2 controller and we have a driver for it, so let's enable > it in our defconfig. > > Signed-off-by: Maxime Ripard <maxime@cerno.tech> Acked-by: Chen-Yu Tsai <wens@csie.org> for all three patches. > --- > arch/arm/configs/sunxi_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig > index da1532a972bb..f15c5fffa050 100644 > --- a/arch/arm/configs/sunxi_defconfig > +++ b/arch/arm/configs/sunxi_defconfig > @@ -59,6 +59,7 @@ CONFIG_INPUT_TOUCHSCREEN=y > CONFIG_TOUCHSCREEN_SUN4I=y > CONFIG_INPUT_MISC=y > CONFIG_INPUT_AXP20X_PEK=y > +CONFIG_SERIO_SUN4I_PS2=y > CONFIG_SERIAL_8250=y > CONFIG_SERIAL_8250_CONSOLE=y > CONFIG_SERIAL_8250_NR_UARTS=8 > -- > 2.26.2 >
On Tue, Jul 07, 2020 at 03:55:45PM +0800, Chen-Yu Tsai wrote: > On Mon, Jul 6, 2020 at 9:23 PM Maxime Ripard <maxime@cerno.tech> wrote: > > > > The A20 has a PS/2 controller and we have a driver for it, so let's enable > > it in our defconfig. > > > > Signed-off-by: Maxime Ripard <maxime@cerno.tech> > > Acked-by: Chen-Yu Tsai <wens@csie.org> > > for all three patches. Applied, thanks! Maxime
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index da1532a972bb..f15c5fffa050 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -59,6 +59,7 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_SUN4I=y CONFIG_INPUT_MISC=y CONFIG_INPUT_AXP20X_PEK=y +CONFIG_SERIO_SUN4I_PS2=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=8
The A20 has a PS/2 controller and we have a driver for it, so let's enable it in our defconfig. Signed-off-by: Maxime Ripard <maxime@cerno.tech> --- arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+)