Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
06b8e878a9bc9301201cffe186eba99c4185f20a
/
.
/
drivers
/
gpio
/
Makefile
blob: 470ecd6aa778ee3c132fff431e513df80ef4c3a1 [
file
] [
log
] [
blame
]
# gpio support: dedicated expander chips, etc
ccflags
-
$
(
CONFIG_DEBUG_GPIO
)
+=
-
DDEBUG
obj
-
$
(
CONFIG_HAVE_GPIO_LIB
)
+=
gpiolib
.
o
obj
-
$
(
CONFIG_GPIO_MCP23S08
)
+=
mcp23s08
.
o
obj
-
$
(
CONFIG_GPIO_PCA9539
)
+=
pca9539
.
o
obj
-
$
(
CONFIG_GPIO_PCF857X
)
+=
pcf857x
.
o