From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [RFC-WIP 1/5] for-ammend: fbconsole: FBCONSOLE -> FRAMEBUFFER_CONSOLE
Date: Fri, 10 Jul 2015 00:25:50 +0300 [thread overview]
Message-ID: <1436477154-28594-2-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1436477154-28594-1-git-send-email-antonynpavlov@gmail.com>
linux kernel uses FRAMEBUFFER_CONSOLE option name.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2015-07-09 21:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 21:25 [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework Antony Pavlov
2015-07-09 21:25 ` Antony Pavlov [this message]
2015-07-09 21:25 ` [RFC-WIP 2/5] import lib/fonts framework from linux kernel Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 3/5] for-ammend: video: fbconsole: switch to lib/fonts framework Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 4/5] lib/fonts: add "MINI4x6" font Antony Pavlov
2015-07-09 21:25 ` [RFC-WIP 5/5] video: fbconsole: switch to "MINI4x6" font: just for demo purposes Antony Pavlov
2015-07-10 19:56 ` [RFC-WIP 0/5] fbconsole: switch to lib/fonts framework Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436477154-28594-2-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox