All of lore.kernel.org
 help / color / mirror / Atom feed
* media_build broken due to wrong indention of timberdale entry in Kconfig
@ 2011-05-06 19:04 Oliver Endriss
  0 siblings, 0 replies; only message in thread
From: Oliver Endriss @ 2011-05-06 19:04 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 807 bytes --]

Hi,

'make menuconfig' does not work anymore:

[media_build]$make menuconfig
make -C /usr/local/src/ARCHIVE/git-work/media_build/v4l menuconfig
make[1]: Entering directory `/usr/local/src/ARCHIVE/git-work/media_build/v4l'
/lib/modules/2.6.38.5/build/scripts/kconfig/mconf ./Kconfig
./Kconfig:1527: unknown option "Add"
make[1]: *** [menuconfig] Error 1
make[1]: Leaving directory `/usr/local/src/ARCHIVE/git-work/media_build/v4l'
make: *** [menuconfig] Error 2

Fix attached.

CU
Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

[-- Attachment #2: video-kconfig-timb-fix.diff --]
[-- Type: text/x-diff, Size: 867 bytes --]

From 0903a2a1574541035a7fcaf7f83c95bb08a91a07 Mon Sep 17 00:00:00 2001
From: Oliver Endriss <o.endriss@gmx.de>
Date: Fri, 6 May 2011 20:43:27 +0200
Subject: [PATCH] Kconfig: Fix indention of ---help--- for timerdale driver

Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
---
 drivers/media/video/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 3d25920..d61414e 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -689,7 +689,7 @@ config VIDEO_TIMBERDALE
 	select VIDEO_ADV7180
 	select VIDEOBUF_DMA_CONTIG
 	---help---
-	Add support for the Video In peripherial of the timberdale FPGA.
+	  Add support for the Video In peripherial of the timberdale FPGA.
 
 source "drivers/media/video/cx88/Kconfig"
 
-- 
1.6.5.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-06 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06 19:04 media_build broken due to wrong indention of timberdale entry in Kconfig Oliver Endriss

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.