mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ulf Magnusson <ulfalizer@gmail.com>
To: broonie@kernel.org, linux-kernel@vger.kernel.org
Cc: clabbe.montjoie@gmail.com, viresh.kumar@linaro.org,
	matthias.bgg@gmail.com, linux-pwm@vger.kernel.org,
	thierry.reding@gmail.com, b.zolnierkie@samsung.com,
	daniel.vetter@ffwll.ch, christophe.leroy@c-s.fr,
	seanpaul@chromium.org, linux-spi@vger.kernel.org,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	Ulf Magnusson <ulfalizer@gmail.com>
Subject: [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
Date: Tue,  6 Feb 2018 23:52:46 +0100	[thread overview]
Message-ID: <20180206225254.20036-1-ulfalizer@gmail.com> (raw)
In-Reply-To: <20180206120825.GF5681@sirena.org.uk>

The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture").

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
 drivers/video/console/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 7f1f1fbcef9e..be63759b6027 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -7,7 +7,7 @@ menu "Console display driver support"
 config VGA_CONSOLE
 	bool "VGA text console" if EXPERT || !X86
 	depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
-		!SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+		!SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
 		(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
 		!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
 	default y
-- 
2.14.1

  reply	other threads:[~2018-02-06 22:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05  8:11 [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol Corentin Labbe
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
2018-02-06 12:08   ` Mark Brown
2018-02-06 22:52     ` Ulf Magnusson [this message]
2018-03-12 15:01       ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE Bartlomiej Zolnierkiewicz
2018-02-06 22:55     ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Ulf Magnusson
2018-02-07  8:58       ` Matthias Brugger
2018-02-07  8:59         ` Matthias Brugger
2018-02-08  2:44           ` [PATCH v2] " Ulf Magnusson
2018-02-08 16:33             ` Matthias Brugger
2018-02-08 22:00               ` [PATCH v3] " Ulf Magnusson
2018-02-12 12:10             ` Applied "spi: kconfig: Remove AVR32 dep. from SPI_ATMEL" to the spi tree Mark Brown
2018-02-06 22:58     ` [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol Ulf Magnusson
2018-02-06 22:57   ` Ulf Magnusson

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=20180206225254.20036-1-ulfalizer@gmail.com \
    --to=ulfalizer@gmail.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=broonie@kernel.org \
    --cc=christophe.leroy@c-s.fr \
    --cc=clabbe.montjoie@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=seanpaul@chromium.org \
    --cc=thierry.reding@gmail.com \
    --cc=viresh.kumar@linaro.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

Powered by JetHome