diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2016-09-15 11:18:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 13:37:05 -0400 |
commit | 8283a0929922b331dbd73db26520443136941c48 (patch) | |
tree | 1263bb26bb97401a2dd73e0fd9222e1bc6d06a83 /drivers/media/Kconfig | |
parent | 7aae6e2df127f9f7a96c21e21a277dd7ff063e6a (diff) |
[media] media Kconfig: improve the spi integration
The SPI driver looked a bit lonely in the config menu, and it didn't
support the autoselect. Shift things around a bit so it looks more logical.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 6600e59eb3c0..7b8540291217 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -180,14 +180,14 @@ source "drivers/media/firewire/Kconfig" | |||
180 | # Common driver options | 180 | # Common driver options |
181 | source "drivers/media/common/Kconfig" | 181 | source "drivers/media/common/Kconfig" |
182 | 182 | ||
183 | comment "Media ancillary drivers (tuners, sensors, i2c, frontends)" | 183 | comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)" |
184 | 184 | ||
185 | # | 185 | # |
186 | # Ancillary drivers (tuners, i2c, frontends) | 186 | # Ancillary drivers (tuners, i2c, spi, frontends) |
187 | # | 187 | # |
188 | 188 | ||
189 | config MEDIA_SUBDRV_AUTOSELECT | 189 | config MEDIA_SUBDRV_AUTOSELECT |
190 | bool "Autoselect ancillary drivers (tuners, sensors, i2c, frontends)" | 190 | bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)" |
191 | depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT | 191 | depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_CAMERA_SUPPORT || MEDIA_SDR_SUPPORT |
192 | depends on HAS_IOMEM | 192 | depends on HAS_IOMEM |
193 | select I2C | 193 | select I2C |
@@ -216,8 +216,8 @@ config MEDIA_ATTACH | |||
216 | default MODULES | 216 | default MODULES |
217 | 217 | ||
218 | source "drivers/media/i2c/Kconfig" | 218 | source "drivers/media/i2c/Kconfig" |
219 | source "drivers/media/spi/Kconfig" | ||
219 | source "drivers/media/tuners/Kconfig" | 220 | source "drivers/media/tuners/Kconfig" |
220 | source "drivers/media/dvb-frontends/Kconfig" | 221 | source "drivers/media/dvb-frontends/Kconfig" |
221 | source "drivers/media/spi/Kconfig" | ||
222 | 222 | ||
223 | endif # MEDIA_SUPPORT | 223 | endif # MEDIA_SUPPORT |