mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
adds proper kconfig to select the new mach types
SVN-Revision: 21500
This commit is contained in:
parent
91853a0721
commit
6b3bfbf943
@ -4,7 +4,7 @@ config IFXMIPS_ARCAYDIAN_BRNBOOT
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
menu "infineon SoC machine selection"
|
menu "Infineon SoC machine selection"
|
||||||
|
|
||||||
config DANUBE_MACH_EASY50712
|
config DANUBE_MACH_EASY50712
|
||||||
bool "Easy50712"
|
bool "Easy50712"
|
||||||
@ -19,8 +19,13 @@ config DANUBE_MACH_ARV4519
|
|||||||
default y
|
default y
|
||||||
select DANUBE_ARCAYDIAN_BRNBOOT
|
select DANUBE_ARCAYDIAN_BRNBOOT
|
||||||
|
|
||||||
config DANUBE_MACH_ARV452
|
config DANUBE_MACH_ARV4520
|
||||||
bool "ARV452"
|
bool "ARV4520"
|
||||||
|
default y
|
||||||
|
select IFXMIPS_ARCAYDIAN_BRNBOOT
|
||||||
|
|
||||||
|
config DANUBE_MACH_ARV4525
|
||||||
|
bool "ARV4525"
|
||||||
default y
|
default y
|
||||||
select IFXMIPS_ARCAYDIAN_BRNBOOT
|
select IFXMIPS_ARCAYDIAN_BRNBOOT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user