forked from Ivasoft/openwrt
kernel: update kmod-* packaging and dependencies for linux 4.9
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -125,6 +125,19 @@ endef
|
||||
$(eval $(call KernelPackage,dma-buf))
|
||||
|
||||
|
||||
define KernelPackage/nvmem
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Non Volatile Memory support
|
||||
KCONFIG:=CONFIG_NVMEM
|
||||
FILES:=$(LINUX_DIR)/drivers/nvmem/nvmem_core.ko@ge4.9
|
||||
endef
|
||||
|
||||
define KernelPackage/nvmem/description
|
||||
Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES, etc.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nvmem))
|
||||
|
||||
define KernelPackage/eeprom-93cx6
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EEPROM 93CX6 support
|
||||
@@ -144,7 +157,7 @@ define KernelPackage/eeprom-at24
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EEPROM AT24 support
|
||||
KCONFIG:=CONFIG_EEPROM_AT24
|
||||
DEPENDS:=+kmod-i2c-core
|
||||
DEPENDS:=+kmod-i2c-core +kmod-nvmem
|
||||
FILES:=$(LINUX_DIR)/drivers/misc/eeprom/at24.ko
|
||||
AUTOLOAD:=$(call AutoProbe,at24)
|
||||
endef
|
||||
@@ -160,6 +173,7 @@ define KernelPackage/eeprom-at25
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EEPROM AT25 support
|
||||
KCONFIG:=CONFIG_EEPROM_AT25
|
||||
DEPENDS:=+kmod-nvmem
|
||||
FILES:=$(LINUX_DIR)/drivers/misc/eeprom/at25.ko
|
||||
AUTOLOAD:=$(call AutoProbe,at25)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user