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

2021-02-04 Thread Arnd Bergmann
On Thu, Feb 4, 2021 at 12:18 AM Randy Dunlap wrote: > > On 2/3/21 2:38 PM, Scott Branden wrote: > > Correct compile issue if CONFIG_TTY is not set by > > only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. > > > > Reported-by: Randy Dunlap > > Signed-off-by: Scott Branden > > Acked-by: Randy

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

2021-02-03 Thread Randy Dunlap
On 2/3/21 2:38 PM, Scott Branden wrote: > Correct compile issue if CONFIG_TTY is not set by > only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. > > Reported-by: Randy Dunlap > Signed-off-by: Scott Branden Acked-by: Randy Dunlap # build-tested Thanks. > > --- > Changes since v3: > -

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

2021-02-03 Thread Scott Branden
Correct compile issue if CONFIG_TTY is not set by only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. Reported-by: Randy Dunlap Signed-off-by: Scott Branden --- Changes since v3: - Kconfig cleanups below as per Greg's comments - changed if BCM_VK to depends on BCM_VK - removed default y in