linux/drivers/media/usb/stk1160
Lukas Bulwahn 7f7ac10123 media: stk1160: Simplify the build config definition
Commit dfb9f94e8e ("[media] stk1160: Build as a module if SND is m and
audio support is selected") had to introduce some complex config dependency
handling to compile for all combinations of configs VIDEO_STK1160 and
VIDEO_STK1160_AC97.

Later, commit e36e6b5f26 ("[media] stk1160: Remove stk1160-mixer and
setup internal AC97 codec automatically") removes the config
VIDEO_STK1160_AC97, which renders the previous dependency handling
unnecessary. The commit already simplified the dependency of the remaining
config VIDEO_STK1160, but it misses the opportunity to merge VIDEO_STK1160
and VIDEO_STK1160_COMMON.

So, do that now and simplify the build config definition of the STK1160 USB
video capture support.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-05-25 16:21:20 +02:00
..
Kconfig media: stk1160: Simplify the build config definition 2023-05-25 16:21:20 +02:00
Makefile media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stk1160-ac97.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-core.c media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED 2022-03-07 10:59:11 +01:00
stk1160-i2c.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-reg.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
stk1160-v4l.c media: stk1160: use dma_alloc_noncontiguous API 2022-03-07 11:01:22 +01:00
stk1160-video.c media: stk1160: use dma_alloc_noncontiguous API 2022-03-07 11:01:22 +01:00
stk1160.h media: stk1160: use dma_alloc_noncontiguous API 2022-03-07 11:01:22 +01:00