package/kernel: only include i2c-of if CONFIG_OF enabled
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36227
This commit is contained in:
parent
89539462a8
commit
38b4865a68
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue