mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 11:04:44 +08:00
ff30d37083
Those items don't have any menu anymore; they're auto-selected by USB/PCI/MMC drivers. So, there's no sense on keeping any help there anymore. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
19 lines
455 B
Plaintext
19 lines
455 B
Plaintext
#
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
#
|
|
|
|
config SMS_SIANO_MDTV
|
|
tristate
|
|
depends on DVB_CORE && HAS_DMA
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
default y
|
|
|
|
config SMS_SIANO_RC
|
|
bool "Enable Remote Controller support for Siano devices"
|
|
depends on SMS_SIANO_MDTV && RC_CORE
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
depends on MEDIA_COMMON_OPTIONS
|
|
default y
|
|
---help---
|
|
Choose Y to select Remote Controller support for Siano driver.
|