In Kconfig of all CPUs with 16-bit address, force CONFIG_MM_SMALL=y

This commit is contained in:
Gregory Nutt 2015-11-23 12:16:35 -06:00
parent 9f98dfecb7
commit 076b05b460
4 changed files with 8 additions and 0 deletions

View file

@ -12,12 +12,14 @@ choice
config ARCH_CHIP_ATMEGA
bool "ATMega family"
select ARCH_FAMILY_AVR
select MM_SMALL
---help---
Atmel ATMega family of 8-bit AVRs.
config ARCH_CHIP_AT90USB
bool "AT90USB family"
select ARCH_FAMILY_AVR
select MM_SMALL
---help---
Atmel AT90USB family of 8-bit AVRs.

View file

@ -12,6 +12,7 @@ choice
config ARCH_CHIP_MCS92S12NEC64
bool "MCS92S12NEC64"
select ARCH_HSC12
select MM_SMALL
---help---
Motorola/Freescale MCS92S12NEC64 (M9S12)

View file

@ -18,6 +18,7 @@ config ARCH_CHIP_SH7032
config ARCH_CHIP_M30262F8
bool "M30262F8"
select ARCH_M16C
select MM_SMALL
---help---
Renesas M30262F8 (M16C)

View file

@ -11,6 +11,7 @@ choice
config ARCH_CHIP_Z80
bool "Classic z80"
select ARCH_NOINTC
select MM_SMALL
---help---
Classic ZiLOG z80 chip
@ -378,6 +379,7 @@ config ARCH_CHIP_Z8F640X
config ARCH_CHIP_Z180
bool
select MM_SMALL
select ARCH_NOINTC
select ARCH_HAVE_ADDRENV
select ARCH_ADDRENV
@ -406,9 +408,11 @@ config ARCH_CHIP_Z8S180
config ARCH_CHIP_Z8
bool
select MM_SMALL
config ARCH_CHIP_EZ80
bool
select MM_SMALL if EZ80_Z80MODE
select HAVE_LOWSERIALINIT
select ARCH_HAVE_PHY