mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: move regmap bloat out of the kernel image if it is only being used in modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34999 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -698,12 +698,15 @@ $(eval $(call KernelPackage,acpi-button))
|
||||
define KernelPackage/regmap
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Generic register map support
|
||||
DEPENDS:=+kmod-lib-lzo
|
||||
KCONFIG:=CONFIG_REGMAP=y \
|
||||
CONFIG_REGMAP_SPI \
|
||||
CONFIG_REGMAP_I2C
|
||||
FILES:=$(LINUX_DIR)/drivers/base/regmap/regmap-i2c.ko \
|
||||
$(LINUX_DIR)/drivers/base/regmap/regmap-spi.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,regmap-i2c regmap-spi)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/base/regmap/regmap.ko \
|
||||
$(LINUX_DIR)/drivers/base/regmap/regmap-i2c.ko \
|
||||
$(LINUX_DIR)/drivers/base/regmap/regmap-spi.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,regmap regmap-i2c regmap-spi)
|
||||
endef
|
||||
|
||||
define KernelPackage/regmap/description
|
||||
|
||||
Reference in New Issue
Block a user