diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-09-01 06:48:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-09-03 13:10:06 -0400 |
commit | 50ef28a6ac216fd8b796257a3768fef8f57b917d (patch) | |
tree | 66ca8866934df622cb0432322345aae168f28cdb | |
parent | cfd34ed8deede7cbb0ba46d61870f075ac9694e3 (diff) |
[media] c8sectpfe: Remove select on undefined LIBELF_32
LIBELF_32 is not defined in Kconfig, and is left over legacy
which is not required in the upstream driver, so remove it.
Suggested-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/platform/sti/c8sectpfe/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig index 1b1110d7374f..641ad8f34956 100644 --- a/drivers/media/platform/sti/c8sectpfe/Kconfig +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig | |||
@@ -2,7 +2,6 @@ config DVB_C8SECTPFE | |||
2 | tristate "STMicroelectronics C8SECTPFE DVB support" | 2 | tristate "STMicroelectronics C8SECTPFE DVB support" |
3 | depends on PINCTRL && DVB_CORE && I2C | 3 | depends on PINCTRL && DVB_CORE && I2C |
4 | depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST | 4 | depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST |
5 | select LIBELF_32 | ||
6 | select FW_LOADER | 5 | select FW_LOADER |
7 | select FW_LOADER_USER_HELPER_FALLBACK | 6 | select FW_LOADER_USER_HELPER_FALLBACK |
8 | select DEBUG_FS | 7 | select DEBUG_FS |