projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PXA can use EABI, too
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files
/
drivers
/
gpio
/
Kconfig
1
menuconfig NEW_GPIO
2
bool "GPIO Support"
3
depends on GENERIC_GPIO
4
help
5
Say Y to enable Linux GPIO device support. This allows control of
6
GPIO pins using a character device
7
8
if NEW_GPIO
9
10
config GPIO_DEVICE
11
tristate "GPIO device support"
12
help
13
This option enables the gpio character device
14
15
endif # NEW_GPIO
This page took
0.040849 seconds
and
5
git commands to generate.