mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 09:46:53 +07:00
577ba406e1
This build bug triggers: drivers/built-in.o: In function `mantis_exit': (.text+0x377413): undefined reference to `ir_input_unregister' drivers/built-in.o: In function `mantis_input_init': (.text+0x3774ff): undefined reference to `__ir_input_register' If MANTIS_CORE is enabled but IR_CORE is not. Add the correct dependency. Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
config MANTIS_CORE
|
|
tristate "Mantis/Hopper PCI bridge based devices"
|
|
depends on PCI && I2C && INPUT && IR_CORE
|
|
|
|
help
|
|
Support for PCI cards based on the Mantis and Hopper PCi bridge.
|
|
|
|
Say Y if you own such a device and want to use it.
|
|
|
|
config DVB_MANTIS
|
|
tristate "MANTIS based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_MB86A16 if !DVB_FE_CUSTOMISE
|
|
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
|
select DVB_STV0299 if !DVB_FE_CUSTOMISE
|
|
select DVB_LNBP21 if !DVB_FE_CUSTOMISE
|
|
select DVB_STB0899 if !DVB_FE_CUSTOMISE
|
|
select DVB_STB6100 if !DVB_FE_CUSTOMISE
|
|
select DVB_TDA665x if !DVB_FE_CUSTOMISE
|
|
select DVB_TDA10021 if !DVB_FE_CUSTOMISE
|
|
select DVB_TDA10023 if !DVB_FE_CUSTOMISE
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Mantis PCI bridge.
|
|
Say Y when you have a Mantis based DVB card and want to use it.
|
|
|
|
If unsure say N.
|
|
|
|
config DVB_HOPPER
|
|
tristate "HOPPER based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Hopper PCI bridge.
|
|
Say Y when you have a Hopper based DVB card and want to use it.
|
|
|
|
If unsure say N
|