Re: [PATCH] video: fbdev: add the dependency of broadsheetfb in Kconfig

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 07/27/2018 10:12 AM, Jia-Ju Bai wrote: > broadsheetfb is a platform driver and it should not be used on x86. > It should be used only by single ARM PXA board, so adding the > dependency in Kconfig. > > Signed-off-by: Jia-Ju Bai Patch queued for 4.20, thanks. Best regards, -- Bartlomiej

[PATCH] video: fbdev: add the dependency of broadsheetfb in Kconfig

2018-07-27 Thread Jia-Ju Bai
broadsheetfb is a platform driver and it should not be used on x86. It should be used only by single ARM PXA board, so adding the dependency in Kconfig. Signed-off-by: Jia-Ju Bai --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git