| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config VIDEO_BT848 |
|---|
| 2 | 3 | tristate "BT848 Video For Linux" |
|---|
| 3 | 4 | depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 |
|---|
| .. | .. |
|---|
| 13 | 14 | select VIDEO_SAA6588 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 14 | 15 | select RADIO_ADAPTERS |
|---|
| 15 | 16 | select RADIO_TEA575X |
|---|
| 16 | | - ---help--- |
|---|
| 17 | + help |
|---|
| 17 | 18 | Support for BT848 based frame grabber/overlay boards. This includes |
|---|
| 18 | 19 | the Miro, Hauppauge and STB boards. Please read the material in |
|---|
| 19 | | - <file:Documentation/media/v4l-drivers/bttv.rst> for more information. |
|---|
| 20 | + <file:Documentation/admin-guide/media/bttv.rst> for more information. |
|---|
| 20 | 21 | |
|---|
| 21 | 22 | To compile this driver as a module, choose M here: the |
|---|
| 22 | 23 | module will be called bttv. |
|---|