Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.31-rc6 16 lines 533 B view raw
1# gpio support: dedicated expander chips, etc 2 3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 4 5obj-$(CONFIG_GPIOLIB) += gpiolib.o 6 7obj-$(CONFIG_GPIO_MAX7301) += max7301.o 8obj-$(CONFIG_GPIO_MAX732X) += max732x.o 9obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o 10obj-$(CONFIG_GPIO_PCA953X) += pca953x.o 11obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o 12obj-$(CONFIG_GPIO_PL061) += pl061.o 13obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o 14obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o 15obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o 16obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o