kernel: Build: Split kmod-regmap
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Fri, 11 Jan 2019 17:05:11 +0000 (18:05 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Jan 2019 23:16:13 +0000 (00:16 +0100)
commitfd5c16870169bb76dd3d3bcfbcc6a112f74aeefe
tree43db8ee2a39320df1ebc4a3e03bf22719ec45e6d
parent538127cf981e0f7f71a75b365d95575b0f7263e1
kernel: Build: Split kmod-regmap

This reduces the needed modifications to the mainline Linux kernel and
also makes the regmap package work with an out of tree kernel which
does not have these modifications.

The regmap-core is only added when it is really build as a module.
The regmap-core is normally bool so it cannot be built as a module in an
unmodified kernel. When it is selected by on other kernel module it will
always be selected as build in and it also does not show up in
$(LINUX_DIR)/modules.builtin as it is not supposed to be a kernel module.
When it is not in $(LINUX_DIR)/modules.builtin the build system expects
it to be built as a .ko file.
Just check if the module is really there and only add it in that case.

This splits the regmap package into multiple packages, one for each bus type.
This way only the bus maps which are really needed have to be added.
This also splits the I2C, SPI and MMIO regmap into separate packages to not
require all these subsystems to build them, on an unmodified upstream kernel
this also causes problems in some situations.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
13 files changed:
package/kernel/linux/modules/can.mk
package/kernel/linux/modules/hwmon.mk
package/kernel/linux/modules/iio.mk
package/kernel/linux/modules/other.mk
package/kernel/linux/modules/sound.mk
package/kernel/linux/modules/wpan.mk
target/linux/at91/modules.mk
target/linux/brcm2708/modules.mk
target/linux/generic/hack-4.14/259-regmap_dynamic.patch
target/linux/generic/hack-4.19/259-regmap_dynamic.patch
target/linux/generic/hack-4.9/259-regmap_dynamic.patch
target/linux/generic/pending-3.18/259-regmap_dynamic.patch
target/linux/ramips/modules.mk