From 3f3b4fc55b08f1c07ab8a2458d505f3649c953ea Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Wed, 12 Dec 2007 22:39:54 +0900 Subject: [PATCH] --- yaml --- r: 78052 b: refs/heads/master c: 9c746edb35c9800e2ad9f64b5d96d0732c42b74b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 11 +---------- trunk/arch/mips/basler/excite/Kconfig | 9 +++++++++ 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 trunk/arch/mips/basler/excite/Kconfig diff --git a/[refs] b/[refs] index 109777ce5d29..637fa17afdc0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 167da469e521ec608f632137a63c827f175e2679 +refs/heads/master: 9c746edb35c9800e2ad9f64b5d96d0732c42b74b diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index a9bfaca95806..ff9cc18d456a 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -37,16 +37,6 @@ config BASLER_EXCITE The eXcite is a smart camera platform manufactured by Basler Vision Technologies AG. -config BASLER_EXCITE_PROTOTYPE - bool "Support for pre-release units" - depends on BASLER_EXCITE - default n - help - Pre-series (prototype) units are different from later ones in - some ways. Select this option if you have one of these. Please - note that a kernel built with this option selected will not be - able to run on normal units. - config BCM47XX bool "BCM47XX based boards" select CEVT_R4K @@ -720,6 +710,7 @@ config WR_PPMC endchoice source "arch/mips/au1000/Kconfig" +source "arch/mips/basler/excite/Kconfig" source "arch/mips/jazz/Kconfig" source "arch/mips/lasat/Kconfig" source "arch/mips/pmc-sierra/Kconfig" diff --git a/trunk/arch/mips/basler/excite/Kconfig b/trunk/arch/mips/basler/excite/Kconfig new file mode 100644 index 000000000000..ba506075608b --- /dev/null +++ b/trunk/arch/mips/basler/excite/Kconfig @@ -0,0 +1,9 @@ +config BASLER_EXCITE_PROTOTYPE + bool "Support for pre-release units" + depends on BASLER_EXCITE + default n + help + Pre-series (prototype) units are different from later ones in + some ways. Select this option if you have one of these. Please + note that a kernel built with this option selected will not be + able to run on normal units.