linux kernel uses FRAMEBUFFER_CONSOLE option name. Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- drivers/video/Kconfig | 2 +- drivers/video/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4a5b15b..c6698da 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -5,7 +5,7 @@ menuconfig VIDEO if VIDEO -config FBCONSOLE +config FRAMEBUFFER_CONSOLE bool select IMAGE_RENDERER prompt "framebuffer console support" diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 67b87a8..359135e 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -3,7 +3,7 @@ obj-$(CONFIG_DRIVER_VIDEO_EDID) += edid.o obj-$(CONFIG_OFDEVICE) += of_display_timing.o obj-$(CONFIG_DRIVER_VIDEO_BACKLIGHT) += backlight.o obj-$(CONFIG_DRIVER_VIDEO_BACKLIGHT_PWM) += backlight-pwm.o -obj-$(CONFIG_FBCONSOLE) += fbconsole.o +obj-$(CONFIG_FRAMEBUFFER_CONSOLE) += fbconsole.o obj-$(CONFIG_DRIVER_VIDEO_ATMEL) += atmel_lcdfb.o atmel_lcdfb_core.o obj-$(CONFIG_DRIVER_VIDEO_ATMEL_HLCD) += atmel_hlcdfb.o atmel_lcdfb_core.o -- 2.1.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox