[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>
This commit is contained in:
committed by
Ralf Baechle
parent
167da469e5
commit
9c746edb35
@@ -37,16 +37,6 @@ config BASLER_EXCITE
|
|||||||
The eXcite is a smart camera platform manufactured by
|
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"
|
|
||||||
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
|
config BCM47XX
|
||||||
bool "BCM47XX based boards"
|
bool "BCM47XX based boards"
|
||||||
select CEVT_R4K
|
select CEVT_R4K
|
||||||
@@ -720,6 +710,7 @@ config WR_PPMC
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
source "arch/mips/au1000/Kconfig"
|
source "arch/mips/au1000/Kconfig"
|
||||||
|
source "arch/mips/basler/excite/Kconfig"
|
||||||
source "arch/mips/jazz/Kconfig"
|
source "arch/mips/jazz/Kconfig"
|
||||||
source "arch/mips/lasat/Kconfig"
|
source "arch/mips/lasat/Kconfig"
|
||||||
source "arch/mips/pmc-sierra/Kconfig"
|
source "arch/mips/pmc-sierra/Kconfig"
|
||||||
|
9
arch/mips/basler/excite/Kconfig
Normal file
9
arch/mips/basler/excite/Kconfig
Normal file
@@ -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.
|
Reference in New Issue
Block a user