video: s3c-fb: fix help message for FB_S3C_DEBUG_REGWRITE
The help message of config FB_S3C_DEBUG_REGWRITE is fixed, because printk(KERN_DEBUG) was replaced with pr_debug(). Signed-off-by: Jingoo Han <jg1.han@samsung.com>
This commit is contained in:
parent
0a109d31fc
commit
975d352b50
|
@ -2045,7 +2045,7 @@ config FB_S3C_DEBUG_REGWRITE
|
||||||
bool "Debug register writes"
|
bool "Debug register writes"
|
||||||
depends on FB_S3C
|
depends on FB_S3C
|
||||||
---help---
|
---help---
|
||||||
Show all register writes via printk(KERN_DEBUG)
|
Show all register writes via pr_debug()
|
||||||
|
|
||||||
config FB_S3C2410
|
config FB_S3C2410
|
||||||
tristate "S3C2410 LCD framebuffer support"
|
tristate "S3C2410 LCD framebuffer support"
|
||||||
|
|
Loading…
Reference in New Issue