mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
ARM: 5833/1: ARM nomadik: enable U8500 for common platform
Enable U8500 architecture to get access to the common code shared across various ST-Ericsson's machines like nomadik. Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
4e4eb42999
commit
e3fd17458e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
config PLAT_NOMADIK
|
||||
bool
|
||||
depends on ARCH_NOMADIK
|
||||
depends on ARCH_NOMADIK || ARCH_U8500
|
||||
default y
|
||||
help
|
||||
Common platform code for Nomadik and other ST-Ericsson
|
||||
|
|
Loading…
Reference in a new issue