All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 06/12] x86: video: Fix typo in broadwell Kconfig
Date: Sun,  2 Oct 2016 21:12:39 -0600	[thread overview]
Message-ID: <1475464365-18437-7-git-send-email-sjg@chromium.org> (raw)
In-Reply-To: <1475464365-18437-1-git-send-email-sjg@chromium.org>

'enabled' should be 'enables'. Fixit.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/video/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 8361a71..97dbb64 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -366,7 +366,7 @@ config VIDEO_BROADWELL_IGD
 	bool "Enable Intel Broadwell integrated graphics device"
 	depends on X86
 	help
-	  This enabled support for integrated graphics on Intel broadwell
+	  This enables support for integrated graphics on Intel broadwell
 	  devices. Initialisation is mostly performed by a VGA boot ROM, with
 	  some setup handled by U-Boot itself. The graphics adaptor works as
 	  a VESA device and supports LCD panels, eDP and LVDS outputs.
-- 
2.8.0.rc3.226.g39d4020

  parent reply	other threads:[~2016-10-03  3:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03  3:12 [U-Boot] [PATCH 00/12] dm: x86: Improve vesa driver-model support Simon Glass
2016-10-03  3:12 ` [U-Boot] [PATCH 01/12] Revert "x86: broadwell: gpio: Remove the codes to set up pin control" Simon Glass
2016-10-05  9:19   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 02/12] x86: Add an accelerated memmove() function Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 03/12] Fix return value in trailing_strtoln() Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 04/12] list: Add list_last_entry() to find the last entry Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 05/12] dm: core: Add a function to get a uclass name Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` Simon Glass [this message]
2016-10-05  9:20   ` [U-Boot] [PATCH 06/12] x86: video: Fix typo in broadwell Kconfig Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 07/12] dm: x86: video: Add a driver-model driver for ivybridge graphics Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-06  2:43     ` Simon Glass
2016-10-03  3:12 ` [U-Boot] [PATCH 08/12] dm: stdio: Allow lazy probing of video devices Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 09/12] dm: video: Add driver-model support to vesa graphics Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 10/12] x86: Adjust config to support DM_VIDEO Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 11/12] dm: x86: Move samus to use new driver model support Simon Glass
2016-10-05  9:20   ` Bin Meng
2016-10-03  3:12 ` [U-Boot] [PATCH 12/12] dm: x86: Move link to use driver model for video Simon Glass
2016-10-05  9:20   ` Bin Meng

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=1475464365-18437-7-git-send-email-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.