Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
e58b9e2762a6ef99e20dba47aba21b911658541d
/
.
/
drivers
/
gpio
/
Makefile
blob: a1fd877ac5272b730be7580f1883caa3f8f48dc4 [
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_PCF857X
)
+=
pcf857x
.
o