aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-20 18:33:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:31 -0400
commit1398ae1fe6048d49397dccaa4bc1a4101eecf643 (patch)
tree38a5742b4c26486199383272fe254b830edc644d /drivers/media/video/au0828
parente86da6f07ed6deebc199368bd0a47b3671829b80 (diff)
V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE
There are several Kconfig items using CUSTOMIZE. Yet, most use the English writing CUSTOMISE. This generates lots of trouble, because people sometimes type the Kbuild item different. Let's standardise every occurrence using the same syntax. The changes were generated by this small shell script: for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i >/tmp/a && mv /tmp/a $i; done Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828')
-rw-r--r--drivers/media/video/au0828/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/au0828/Kconfig b/drivers/media/video/au0828/Kconfig
index 551f9ba63876..05cdf494dfb0 100644
--- a/drivers/media/video/au0828/Kconfig
+++ b/drivers/media/video/au0828/Kconfig
@@ -5,9 +5,9 @@ config VIDEO_AU0828
5 select I2C_ALGOBIT 5 select I2C_ALGOBIT
6 select VIDEO_TVEEPROM 6 select VIDEO_TVEEPROM
7 select DVB_AU8522 if !DVB_FE_CUSTOMISE 7 select DVB_AU8522 if !DVB_FE_CUSTOMISE
8 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMIZE 8 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
9 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMIZE 9 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
10 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMIZE 10 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
11 ---help--- 11 ---help---
12 This is a video4linux driver for Auvitek's USB device. 12 This is a video4linux driver for Auvitek's USB device.
13 13