Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
60596045
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
60596045
编写于
1月 14, 2010
作者:
T
Tomi Valkeinen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
OMAP: DSS2: Improve Kconfig help texts
Signed-off-by:
N
Tomi Valkeinen
<
tomi.valkeinen@nokia.com
>
上级
9ce4ad0a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
23 addition
and
5 deletion
+23
-5
drivers/video/omap2/dss/Kconfig
drivers/video/omap2/dss/Kconfig
+22
-4
drivers/video/omap2/omapfb/Kconfig
drivers/video/omap2/omapfb/Kconfig
+1
-1
未找到文件。
drivers/video/omap2/dss/Kconfig
浏览文件 @
60596045
...
@@ -30,19 +30,29 @@ config OMAP2_DSS_COLLECT_IRQ_STATS
...
@@ -30,19 +30,29 @@ config OMAP2_DSS_COLLECT_IRQ_STATS
depends on OMAP2_DSS_DEBUG_SUPPORT
depends on OMAP2_DSS_DEBUG_SUPPORT
default n
default n
help
help
Collect DSS IRQ statistics, printable via debugfs
Collect DSS IRQ statistics, printable via debugfs.
The statistics can be found from
<debugfs>/omapdss/dispc_irq for DISPC interrupts, and
<debugfs>/omapdss/dsi_irq for DSI interrupts.
config OMAP2_DSS_RFBI
config OMAP2_DSS_RFBI
bool "RFBI support"
bool "RFBI support"
default n
default n
help
help
MIPI DBI, or RFBI (Remote Framebuffer Interface), support.
MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas
Instrument's terminology).
DBI is a bus between the host processor and a peripheral,
such as a display or a framebuffer chip.
See http://www.mipi.org/ for DBI spesifications.
config OMAP2_DSS_VENC
config OMAP2_DSS_VENC
bool "VENC support"
bool "VENC support"
default y
default y
help
help
OMAP Video Encoder support.
OMAP Video Encoder support
for S-Video and composite TV-out
.
config OMAP2_DSS_SDI
config OMAP2_DSS_SDI
bool "SDI support"
bool "SDI support"
...
@@ -51,12 +61,20 @@ config OMAP2_DSS_SDI
...
@@ -51,12 +61,20 @@ config OMAP2_DSS_SDI
help
help
SDI (Serial Display Interface) support.
SDI (Serial Display Interface) support.
SDI is a high speed one-way display serial bus between the host
processor and a display.
config OMAP2_DSS_DSI
config OMAP2_DSS_DSI
bool "DSI support"
bool "DSI support"
depends on ARCH_OMAP3
depends on ARCH_OMAP3
default n
default n
help
help
MIPI DSI support.
MIPI DSI (Display Serial Interface) support.
DSI is a high speed half-duplex serial interface between the host
processor and a peripheral, such as a display or a framebuffer chip.
See http://www.mipi.org/ for DSI spesifications.
config OMAP2_DSS_USE_DSI_PLL
config OMAP2_DSS_USE_DSI_PLL
bool "Use DSI PLL for PCLK (EXPERIMENTAL)"
bool "Use DSI PLL for PCLK (EXPERIMENTAL)"
...
...
drivers/video/omap2/omapfb/Kconfig
浏览文件 @
60596045
...
@@ -16,7 +16,7 @@ config FB_OMAP2_DEBUG_SUPPORT
...
@@ -16,7 +16,7 @@ config FB_OMAP2_DEBUG_SUPPORT
depends on FB_OMAP2
depends on FB_OMAP2
help
help
Support for debug output. You have to enable the actual printing
Support for debug output. You have to enable the actual printing
with
debug
module parameter.
with
'debug'
module parameter.
config FB_OMAP2_FORCE_AUTO_UPDATE
config FB_OMAP2_FORCE_AUTO_UPDATE
bool "Force main display to automatic update mode"
bool "Force main display to automatic update mode"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录