Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1209233 > unrolled thread

c8sectpfe: Kconfig: select on undefined LIBELF_32

Started byValentin Rothberg <valentinrothberg@gmail.com>
First post2015-08-18 14:30 +0200
Last post2015-08-18 14:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  c8sectpfe: Kconfig: select on undefined LIBELF_32 Valentin Rothberg <valentinrothberg@gmail.com> - 2015-08-18 14:30 +0200

#1209233 — c8sectpfe: Kconfig: select on undefined LIBELF_32

FromValentin Rothberg <valentinrothberg@gmail.com>
Date2015-08-18 14:30 +0200
Subjectc8sectpfe: Kconfig: select on undefined LIBELF_32
Message-ID<pYObF-64N-51@gated-at.bofh.it>
Hi Peter,

your commit 850a3f7d5911 ("[media] c8sectpfe: Add Kconfig and Makefile
for the driver") showed up in today's Linux next tree (i.e.,
next-20150818) adding the following lines of Kconfig code:

--- /dev/null
+++ b/drivers/media/platform/sti/c8sectpfe/Kconfig
@@ -0,0 +1,28 @@
+config DVB_C8SECTPFE
+       tristate "STMicroelectronics C8SECTPFE DVB support"
...skipping...
+       select LIBELF_32

LIBELF_32 is not defined in Kconfig so it turns out to be a NOOP.  I
searched the LKML, but could not find any patch adding LIBELF_32.  Is
there a patch queued somewhere to add this option?


I detected the issue with scripts/checkkconfigsymbols.py.

Kind regards,
 Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web