diff options
Diffstat (limited to 'arch/Config.in')
-rw-r--r-- | arch/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in index 0b5b2187bc..14899ca068 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -124,6 +124,13 @@ config BR2_mips64el http://www.mips.com/ http://en.wikipedia.org/wiki/MIPS_Technologies +config BR2_nios2 + bool "Nios II" + help + Nios II is a soft core processor from Altera Corporation. + http://www.altera.com/ + http://en.wikipedia.org/wiki/Nios_II + config BR2_powerpc bool "PowerPC" help @@ -305,6 +312,10 @@ if BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el source "arch/Config.in.mips" endif +if BR2_nios2 +source "arch/Config.in.nios2" +endif + if BR2_powerpc source "arch/Config.in.powerpc" endif |