From: Rusty Russell Date: Wed, 17 Oct 2007 06:30:14 +0000 (-0700) Subject: HVC console is also used by iSeries, so add that to HVC_DRIVER help. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d1df8153c5d38a8bf5e47fa755a117e5731d24c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git HVC console is also used by iSeries, so add that to HVC_DRIVER help. Signed-off-by: Rusty Russell Acked-by: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 57b801716fbe..204d53e506de 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -586,7 +586,7 @@ config HVC_DRIVER bool help Generic "hypervisor virtual console" infrastructure for various - hypervisors (pSeries, Xen, lguest). + hypervisors (pSeries, iSeries, Xen, lguest). It will automatically be selected if one of the back-end console drivers is selected.