diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-12-12 08:39:54 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:15:00 -0500 |
commit | 9c746edb35c9800e2ad9f64b5d96d0732c42b74b (patch) | |
tree | 5eb594bfaf7bdffab9546ad2e4179c219ed233b0 | |
parent | 167da469e521ec608f632137a63c827f175e2679 (diff) |
[MIPS] move the eXcite local config to excitedirectory
Moved the eXcite local config to excite directory.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 11 | ||||
-rw-r--r-- | arch/mips/basler/excite/Kconfig | 9 |
2 files changed, 10 insertions, 10 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a9bfaca95806..ff9cc18d456a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -37,16 +37,6 @@ config BASLER_EXCITE | |||
37 | The eXcite is a smart camera platform manufactured by | 37 | The eXcite is a smart camera platform manufactured by |
38 | Basler Vision Technologies AG. | 38 | Basler Vision Technologies AG. |
39 | 39 | ||
40 | config BASLER_EXCITE_PROTOTYPE | ||
41 | bool "Support for pre-release units" | ||
42 | depends on BASLER_EXCITE | ||
43 | default n | ||
44 | help | ||
45 | Pre-series (prototype) units are different from later ones in | ||
46 | some ways. Select this option if you have one of these. Please | ||
47 | note that a kernel built with this option selected will not be | ||
48 | able to run on normal units. | ||
49 | |||
50 | config BCM47XX | 40 | config BCM47XX |
51 | bool "BCM47XX based boards" | 41 | bool "BCM47XX based boards" |
52 | select CEVT_R4K | 42 | select CEVT_R4K |
@@ -720,6 +710,7 @@ config WR_PPMC | |||
720 | endchoice | 710 | endchoice |
721 | 711 | ||
722 | source "arch/mips/au1000/Kconfig" | 712 | source "arch/mips/au1000/Kconfig" |
713 | source "arch/mips/basler/excite/Kconfig" | ||
723 | source "arch/mips/jazz/Kconfig" | 714 | source "arch/mips/jazz/Kconfig" |
724 | source "arch/mips/lasat/Kconfig" | 715 | source "arch/mips/lasat/Kconfig" |
725 | source "arch/mips/pmc-sierra/Kconfig" | 716 | source "arch/mips/pmc-sierra/Kconfig" |
diff --git a/arch/mips/basler/excite/Kconfig b/arch/mips/basler/excite/Kconfig new file mode 100644 index 000000000000..ba506075608b --- /dev/null +++ b/arch/mips/basler/excite/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | config BASLER_EXCITE_PROTOTYPE | ||
2 | bool "Support for pre-release units" | ||
3 | depends on BASLER_EXCITE | ||
4 | default n | ||
5 | help | ||
6 | Pre-series (prototype) units are different from later ones in | ||
7 | some ways. Select this option if you have one of these. Please | ||
8 | note that a kernel built with this option selected will not be | ||
9 | able to run on normal units. | ||