diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-09-01 07:48:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-09-03 14:10:06 -0300 |
commit | 50ef28a6ac216fd8b796257a3768fef8f57b917d (patch) | |
tree | 66ca8866934df622cb0432322345aae168f28cdb /drivers/media/platform/sti/c8sectpfe | |
parent | cfd34ed8deede7cbb0ba46d61870f075ac9694e3 (diff) | |
download | linux-50ef28a6ac216fd8b796257a3768fef8f57b917d.tar.gz linux-50ef28a6ac216fd8b796257a3768fef8f57b917d.tar.xz |
[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>
Diffstat (limited to 'drivers/media/platform/sti/c8sectpfe')
-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 tristate "STMicroelectronics C8SECTPFE DVB support" depends on PINCTRL && DVB_CORE && I2C depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST - select LIBELF_32 select FW_LOADER select FW_LOADER_USER_HELPER_FALLBACK select DEBUG_FS |