media: rc: don't mark IR decoders default y
authorAndi Kleen <ak@linux.intel.com>
Thu, 25 Jan 2018 22:19:08 +0000 (17:19 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 14 Feb 2018 18:34:15 +0000 (13:34 -0500)
commit22756ae7319b0afc2a80fbdec365a6976a1ad350
tree62d69c03a577b108fa51aa717574a3a7c2b77d35
parentcee1e3e2ef39cc3184710c164503143f0e4dcdd4
media: rc: don't mark IR decoders default y

I usually update my config with make oldconfig and pressing return,
trusting that whoever updates Kconfig sets sensible defaults.

But my recent kernels ended up with all kinds of IR decoders
built in that are not used by anything because they are all
marked with default y.

default y should only be set for something that prevents
booting on common systems, never for some random weirdo
driver feature like this.

Remove all the "default y" in drivers/media/rc/Kconfig

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/Kconfig