]> Git Repo - linux.git/commitdiff
[media] c8sectpfe: Remove select on undefined LIBELF_32
authorPeter Griffin <[email protected]>
Tue, 1 Sep 2015 10:48:11 +0000 (07:48 -0300)
committerMauro Carvalho Chehab <[email protected]>
Thu, 3 Sep 2015 17:10:06 +0000 (14:10 -0300)
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 <[email protected]>
Signed-off-by: Peter Griffin <[email protected]>
Acked-by: Lee Jones <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/platform/sti/c8sectpfe/Kconfig

index 1b1110d7374f34b8ef05288e9a59de572bd288e2..641ad8f34956d547eba44776de8e4214c1b7a0ef 100644 (file)
@@ -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
This page took 0.054534 seconds and 4 git commands to generate.