media: drop explicit setting of DVB_MAX_ADAPTERS to follow upstream default

Upstream bumped the default value from 8 to 16 for 4.10 in commit

	90866b3a8011 ("[media] Raise adapter number limit")

. Automatically follow the upstream default value by dropping the explicit
value of 8.
This commit is contained in:
Uwe Kleine-König 2017-10-17 10:12:29 +02:00
parent 0f7c85fca3
commit c89d220900
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -27,6 +27,9 @@ linux (4.14~rc4-1~exp1) UNRELEASED; urgency=medium
- a2091, a3000, a4000t, bvme6000_scsi, gvp11, mvme16x_scsi, zorro7xx
* [m68k] Build uncompressed kernel image by default.
[ Uwe Kleine-König ]
* media: drop explicit setting of DVB_MAX_ADAPTERS to follow upstream default
-- Ben Hutchings <ben@decadent.org.uk> Wed, 04 Oct 2017 01:44:24 +0100
linux (4.14~rc3-1~exp1) experimental; urgency=medium

View File

@ -1798,7 +1798,6 @@ CONFIG_SMS_SIANO_RC=y
##
## file: drivers/media/dvb-core/Kconfig
##
CONFIG_DVB_MAX_ADAPTERS=8
CONFIG_DVB_DYNAMIC_MINORS=y
##