From: Jeff Mahoney Subject: Add SPLIT_PACKAGE option Patch-mainline: Never This patch adds a SPLIT_PACKAGE option which allows the packager to make decisions on a per-config basis. Signed-off-by: Jeff Mahoney --- init/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/init/Kconfig +++ b/init/Kconfig @@ -1,6 +1,18 @@ config SUSE_KERNEL config SUSE_KERNEL def_bool y +config SPLIT_PACKAGE + bool "Split the kernel package into multiple RPMs" + depends on SUSE_KERNEL && MODULES + help + This is an option used by the kernel packaging infrastructure + to split kernel modules into different packages. It isn't used + by the kernel itself, but allows the the packager to make + decisions on a per-config basis. + + If you aren't packaging a kernel for distribution, it's safe to + say n. + config ARCH string option env="ARCH"