Need to revisit the linux-2.6-makefile-after_link.patch rework. Upstream
moved linking vmlinux into a shell script, so we have to call debugedit from
there, but we do it in a somewhat hacky way at the moment.
We've had CONFIG_IDE disabled for a long time on everything except ppc.
Remove all of the options that depend on it from config-generic and add
whatever is left over to the powerpc config file
We turned FB_UDL off earlier (per airlied) and we don't need this set anymore
(per ajax). I don't actually know anything, I just do what I'm told (mostly).
Upstream e1c972b681bf118fcedb9fe2ed7a73de983aa5ef makes it depend on
UIDGID_CONVERTED which is only set when all of the subsystems have been
converted to be user namespace safe. That defaults to Y whenever it happens,
so we'll set this after that point.
The option to customise tuners/frontends are there to allow
embedded systems or advanced users that compile their own
kernels to disable I2C modules that aren't used by their
specific device. When those options are not selected, the
building system will automatically select the modules that
are needed by each DVB device.
The end result is that dummy frontends used only for testing,
like DVB_DUMMY_FE won't be selected.
Also, when newer frontends are added (and they're added all
the times), the new ones will automatically be selected, if
the bridge drivers that support them are selected.
This also makes the configuration simpler to understand.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Update to the modsign-20120510 tag in the modsign git tree. We no longer
need to generate the GPG key in the spec file, as the kernel makefile will
do that for us. We still provide the genkey template though, so we don't
get a generic one from upstream.