You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/at91
Hauke Mehrtens fd5c168701 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>
5 years ago
..
base-files at91: Add SAMA5D2 PTC EK board 6 years ago
files/arch/arm/boot/dts at91: dts: Unify naming of gpio-keys nodes 5 years ago
image at91: do not build image for at91-q5xr5 6 years ago
legacy at91: cleanup kernel configurations 6 years ago
patches-4.9 kernel: bump 4.9 to 4.9.100 6 years ago
sama5d2 at91: cleanup kernel configurations 6 years ago
sama5d3 at91: cleanup kernel configurations 6 years ago
sama5d4 at91: cleanup kernel configurations 6 years ago
Makefile at91: reorganize at91 subtargets 6 years ago
config-4.9 kernel: Deactivate CONFIG_COMPAT_BRK 5 years ago
modules.mk kernel: Build: Split kmod-regmap 5 years ago