mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel: only include i2c-of if CONFIG_OF enabled
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5eab2bb70b
commit
b794699a7a
@ -22,9 +22,12 @@ endef
|
||||
|
||||
I2C_CORE_MODULES:= \
|
||||
CONFIG_I2C:drivers/i2c/i2c-core \
|
||||
CONFIG_OF_I2C:drivers/of/of_i2c \
|
||||
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
|
||||
|
||||
ifeq (CONFIG_OF,y)
|
||||
I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c
|
||||
endif
|
||||
|
||||
define KernelPackage/i2c-core
|
||||
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
|
||||
TITLE:=I2C support
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user