9
0
Fork 0

ARM1176: add support

Signed-off-by: Carlo Caione <carlo.caione@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Carlo Caione 2012-10-18 21:42:41 +02:00 committed by Sascha Hauer
parent 26c6feb5ed
commit 230bf71157
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ config CPU_32
# which CPUs we support in the kernel image, and the compiler instruction
# optimiser behaviour.
# ARM1176
config CPU_ARM1176
bool
select CPU_V6
# ARM920T
config CPU_ARM920T
bool