Re: [PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set

From: Randy Dunlap
Date: Fri Jan 29 2021 - 02:18:17 EST


On 1/28/21 10:04 PM, Scott Branden wrote:
> Correct compile issue if CONFIG_TTY is not set by
> only adding ttyVK devices if CONFIG_TTY is set.
>
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Signed-off-by: Scott Branden <scott.branden@xxxxxxxxxxxx>
> ---
> drivers/misc/bcm-vk/Makefile | 4 ++--
> drivers/misc/bcm-vk/bcm_vk_dev.c | 13 +++++++++++++
> 2 files changed, 15 insertions(+), 2 deletions(-)

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested

Thanks.
--
~Randy