aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/zh_CN
diff options
context:
space:
mode:
authorChen Baozi <baozich@gmail.com>2013-04-07 21:22:53 -0400
committerAlexandre Courbot <acourbot@nvidia.com>2013-04-16 05:47:22 -0400
commitf4c54050640e7afa4749875cf9b900d42db361c0 (patch)
tree451516a67f2b56d9f949b204313d57b5c050ab59 /Documentation/zh_CN
parent7fd2bf3d325478e6715cce3ede7de641ff596183 (diff)
gpio: update gpio Chinese documentation
Since the GENERIC_GPIO has been removed and the documentation of it has been modified, this patch updates the corresponding documentation of gpio in Chinese. Signed-off-by: Chen Baozi <baozich@gmail.com> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Documentation/zh_CN')
-rw-r--r--Documentation/zh_CN/gpio.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/zh_CN/gpio.txt b/Documentation/zh_CN/gpio.txt
index 4fa7b4e6f856..d5b8f01833f4 100644
--- a/Documentation/zh_CN/gpio.txt
+++ b/Documentation/zh_CN/gpio.txt
@@ -84,10 +84,10 @@ GPIO 公约
84控制器的抽象函数来实现它。(有一些可选的代码能支持这种策略的实现,本文档 84控制器的抽象函数来实现它。(有一些可选的代码能支持这种策略的实现,本文档
85后面会介绍,但作为 GPIO 接口的客户端驱动程序必须与它的实现无关。) 85后面会介绍,但作为 GPIO 接口的客户端驱动程序必须与它的实现无关。)
86 86
87也就是说,如果在他们的平台上支持这个公约,驱动应尽可能的使用它。平台 87也就是说,如果在他们的平台上支持这个公约,驱动应尽可能的使用它。时,
88必须在 Kconfig 中 GENERIC_GPIO的支持 (布尔型 true),并 88必须在 Kconfig 中 ARCH_REQUIRE_GPIOLIB 者 ARCH_WANT_OPTIONAL_GPIOLIB
89个 <asm/gpio.h> 文件。那些调用标准 GPIO 函数的驱动应该在 Kconfig 89。那些调用标准 GPIO 函数的驱动应该在 Kconfig 入口中声明依赖GENERIC_GPIO。
90口中声明依赖GENERIC_GPIO。驱动包含文件: 90当驱动包含文件:
91 91
92 #include <linux/gpio.h> 92 #include <linux/gpio.h>
93 93