Changeset 32850
- Timestamp:
- 2012-07-25T17:49:54+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/kernel/modules/i2c.mk
r31870 r32850 102 102 $(eval $(call KernelPackage,i2c-gpio)) 103 103 104 I2C_SCX200_MODULES:=\105 CONFIG_SCx200_I2C:drivers/i2c/busses/scx200_i2c106 107 define KernelPackage/i2c-scx200108 $(call i2c_defaults,$(I2C_SCX200_MODULES),59)109 TITLE:=Geode SCx200 I2C using GPIO pins110 DEPENDS:=@PCI_SUPPORT @TARGET_x86 +kmod-i2c-algo-bit111 KCONFIG+= \112 CONFIG_SCx200_I2C_SCL=12 \113 CONFIG_SCx200_I2C_SDA=13114 endef115 116 define KernelPackage/i2c-scx200/description117 Kernel module for I2C using GPIO pins on the Geode SCx200 processors.118 endef119 120 $(eval $(call KernelPackage,i2c-scx200))121 122 123 I2C_SCX200_ACB_MODULES:=\124 CONFIG_SCx200_ACB:drivers/i2c/busses/scx200_acb125 126 define KernelPackage/i2c-scx200-acb127 $(call i2c_defaults,$(I2C_SCX200_ACB_MODULES),59)128 TITLE:=Geode SCx200 ACCESS.bus support129 DEPENDS:=@PCI_SUPPORT @TARGET_x86 +kmod-i2c-algo-bit130 endef131 132 define KernelPackage/i2c-scx200-acb/description133 Kernel module for I2C using the ACCESS.bus controllers on the Geode SCx200134 and SC1100 processors and the CS5535 and CS5536 Geode companion devices.135 endef136 137 $(eval $(call KernelPackage,i2c-scx200-acb))138 139 104 140 105 OF_I2C_MODULES:=\ -
trunk/target/linux/x86/modules.mk
r32848 r32850 247 247 $(eval $(call KernelPackage,wdt-scx200)) 248 248 249 I2C_SCX200_MODULES:=\ 250 CONFIG_SCx200_I2C:drivers/i2c/busses/scx200_i2c 251 252 define KernelPackage/i2c-scx200 253 $(call i2c_defaults,$(I2C_SCX200_MODULES),59) 254 TITLE:=Geode SCx200 I2C using GPIO pins 255 DEPENDS:=@PCI_SUPPORT @TARGET_x86 +kmod-i2c-algo-bit 256 KCONFIG+= \ 257 CONFIG_SCx200_I2C_SCL=12 \ 258 CONFIG_SCx200_I2C_SDA=13 259 endef 260 261 define KernelPackage/i2c-scx200/description 262 Kernel module for I2C using GPIO pins on the Geode SCx200 processors. 263 endef 264 265 $(eval $(call KernelPackage,i2c-scx200)) 266 267 268 I2C_SCX200_ACB_MODULES:=\ 269 CONFIG_SCx200_ACB:drivers/i2c/busses/scx200_acb 270 271 define KernelPackage/i2c-scx200-acb 272 $(call i2c_defaults,$(I2C_SCX200_ACB_MODULES),59) 273 TITLE:=Geode SCx200 ACCESS.bus support 274 DEPENDS:=@PCI_SUPPORT @TARGET_x86 +kmod-i2c-algo-bit 275 endef 276 277 define KernelPackage/i2c-scx200-acb/description 278 Kernel module for I2C using the ACCESS.bus controllers on the Geode SCx200 279 and SC1100 processors and the CS5535 and CS5536 Geode companion devices. 280 endef 281 282 $(eval $(call KernelPackage,i2c-scx200-acb))
Note: See TracChangeset
for help on using the changeset viewer.