mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
MIPS: ingenic: Default to a generic board
Having a generic board option makes it possible to create a kernel that will run on various Ingenic SoCs, as long as the right devicetree is provided. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
d653d1ffba
commit
62249209a7
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,14 @@
|
||||||
choice
|
choice
|
||||||
prompt "Machine type"
|
prompt "Machine type"
|
||||||
depends on MACH_INGENIC
|
depends on MACH_INGENIC
|
||||||
default JZ4740_QI_LB60
|
default INGENIC_GENERIC_BOARD
|
||||||
|
|
||||||
|
config INGENIC_GENERIC_BOARD
|
||||||
|
bool "Generic board"
|
||||||
|
select MACH_JZ4740
|
||||||
|
select MACH_JZ4770
|
||||||
|
select MACH_JZ4780
|
||||||
|
select MACH_X1000
|
||||||
|
|
||||||
config JZ4740_QI_LB60
|
config JZ4740_QI_LB60
|
||||||
bool "Qi Hardware Ben NanoNote"
|
bool "Qi Hardware Ben NanoNote"
|
||||||
|
|
Loading…
Add table
Reference in a new issue