diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2007-02-23 01:40:34 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 23:06:05 +0000 |
commit | be91589ee8b8691209d5dd876360e67d2f79f16a (patch) | |
tree | 8d2c65286643eb414452f2b5c2c35d405a6ac83c /arch/mips/Kconfig | |
parent | 4419708807308fc93ec9a135db7ffe50b182fdda (diff) | |
download | linux-3.10-be91589ee8b8691209d5dd876360e67d2f79f16a.tar.gz linux-3.10-be91589ee8b8691209d5dd876360e67d2f79f16a.tar.bz2 linux-3.10-be91589ee8b8691209d5dd876360e67d2f79f16a.zip |
[MIPS] excite: Rename CONFIG option
This change is purely cosmetical.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 58e97886d77..71729d0f013 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -133,7 +133,7 @@ config MIPS_MIRAGE select SYS_SUPPORTS_LITTLE_ENDIAN config BASLER_EXCITE - bool "Basler eXcite smart camera support" + bool "Basler eXcite smart camera" select DMA_COHERENT select HW_HAS_PCI select IRQ_CPU @@ -147,7 +147,7 @@ config BASLER_EXCITE select SYS_SUPPORTS_KGDB help The eXcite is a smart camera platform manufactured by - Basler Vision Technologies AG + Basler Vision Technologies AG. config BASLER_EXCITE_PROTOTYPE bool "Support for pre-release units" |