diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-20 18:33:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:31 -0400 |
commit | 1398ae1fe6048d49397dccaa4bc1a4101eecf643 (patch) | |
tree | 38a5742b4c26486199383272fe254b830edc644d /drivers/media/dvb/ttpci | |
parent | e86da6f07ed6deebc199368bd0a47b3671829b80 (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/dvb/ttpci')
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index ab0bcd208c78..772990415f99 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig | |||
@@ -108,7 +108,7 @@ config DVB_BUDGET_CI | |||
108 | select DVB_STB6100 if !DVB_FE_CUSTOMISE | 108 | select DVB_STB6100 if !DVB_FE_CUSTOMISE |
109 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE | 109 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
110 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE | 110 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE |
111 | select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMIZE | 111 | select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE |
112 | select VIDEO_IR | 112 | select VIDEO_IR |
113 | help | 113 | help |
114 | Support for simple SAA7146 based DVB cards | 114 | Support for simple SAA7146 based DVB cards |