Skip to content
Snippets Groups Projects
Commit 38b4865a authored by Gabor Juhos's avatar Gabor Juhos
Browse files

package/kernel: only include i2c-of if CONFIG_OF enabled


Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36227
parent 89539462
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment