Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Side by Side Diff: drivers/gpio/Makefile

Issue 2231003: NM10 gpio driver implementation (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: Minor changes to address review comments. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « drivers/gpio/Kconfig ('k') | drivers/gpio/nm10_gpio.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # gpio support: dedicated expander chips, etc 1 # gpio support: dedicated expander chips, etc
2 2
3 ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 3 ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4 4
5 obj-$(CONFIG_GPIOLIB) += gpiolib.o 5 obj-$(CONFIG_GPIOLIB) += gpiolib.o
6 6
7 obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o 7 obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o
8 obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o 8 obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o
9 obj-$(CONFIG_GPIO_MAX7301) += max7301.o 9 obj-$(CONFIG_GPIO_MAX7301) += max7301.o
10 obj-$(CONFIG_GPIO_MAX732X) += max732x.o 10 obj-$(CONFIG_GPIO_MAX732X) += max732x.o
11 obj-$(CONFIG_GPIO_MC33880) += mc33880.o 11 obj-$(CONFIG_GPIO_MC33880) += mc33880.o
12 obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o 12 obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
13 obj-$(CONFIG_GPIO_PCA953X) += pca953x.o 13 obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
14 obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o 14 obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
15 obj-$(CONFIG_GPIO_PL061) += pl061.o 15 obj-$(CONFIG_GPIO_PL061) += pl061.o
16 obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o 16 obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
17 obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o 17 obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o
18 obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o 18 obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
19 obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o 19 obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
20 obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o 20 obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
21 obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o 21 obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
22 obj-$(CONFIG_GPIO_NM10) += nm10_gpio.o
OLDNEW
« no previous file with comments | « drivers/gpio/Kconfig ('k') | drivers/gpio/nm10_gpio.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698