summaryrefslogtreecommitdiff
path: root/linux/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-05-28 15:45:54 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-28 15:45:54 -0300
commit65a6e64bf6742f52a280ba578eaf997549fa0ad7 (patch)
treec897cc840f55aaa97ddb4fc2f16893edf6b4b890 /linux/drivers/media/Kconfig
parent18399b7a25832b8b0f889a4cd6bff56f4e27d706 (diff)
downloadmediapointer-dvb-s2-65a6e64bf6742f52a280ba578eaf997549fa0ad7.tar.gz
mediapointer-dvb-s2-65a6e64bf6742f52a280ba578eaf997549fa0ad7.tar.bz2
Wrong syntax: instead of bool, it was written boolean
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r--linux/drivers/media/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig
index 344d83aae..ef52e6da0 100644
--- a/linux/drivers/media/Kconfig
+++ b/linux/drivers/media/Kconfig
@@ -25,7 +25,7 @@ config VIDEO_DEV
module will be called videodev.
config VIDEO_V4L1
- boolean "Enable Video For Linux API 1 (DEPRECATED)"
+ bool "Enable Video For Linux API 1 (DEPRECATED)"
depends on VIDEO_DEV
select VIDEO_V4L1_COMPAT
default y
@@ -36,7 +36,7 @@ config VIDEO_V4L1
If you are unsure as to whether this is required, answer Y.
config VIDEO_V4L1_COMPAT
- boolean "Enable Video For Linux API 1 compatible Layer"
+ bool "Enable Video For Linux API 1 compatible Layer"
depends on VIDEO_DEV
default y
---help---