backports: split Kconfig into Kconfig.package and Kconfig.sources
authorLuis R. Rodriguez <mcgrof@suse.com>
Sat, 1 Nov 2014 06:55:07 +0000 (23:55 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Nov 2014 21:47:16 +0000 (13:47 -0800)
commitadaab2273d586f51a22aa4ee8b84db6d4c316926
tree2327524de003325f11264b9a28fd061fbd6bb4ac
parent5403e20aca9bd16917818c0b254ec84b326a9e06
backports: split Kconfig into Kconfig.package and Kconfig.sources

This splits up the Kconfig from things which are needed due to
our copy of code from the kernel and things which we need
specifically only for packaging backports. We will later then
share the Kconfig.souce for instance for kernel integration.

While at it, split up the list of files that we need to copy
into what we know could be shared for integration. The the
case of backport packaging Kconfig.package will be copied to
the package's Kconfig when building the package with gentree.py.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
backport/Kconfig [deleted file]
backport/Kconfig.package [new file with mode: 0644]
backport/Kconfig.sources [new file with mode: 0644]
gentree.py