9
0
Fork 0

ARM samsung S5P: Enable board support

This was once disabled because we had no board support. This has
changed, so enable the S5P board support in the config so that
the friendlyarm_tiny210_defconfig actually builds for the correct
machine.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-14 21:48:49 +02:00
parent c65edd657d
commit f99ea5c9d8
1 changed files with 6 additions and 8 deletions

View File

@ -71,14 +71,12 @@ config ARCH_S3C24xx
select ARCH_SAMSUNG
select CPU_ARM920T
select GENERIC_GPIO
#
# Currently no board support
#
#config ARCH_S5PCxx
# bool "Samsung S5PC110, S5PV210"
# select ARCH_SAMSUNG
# select CPU_V7
# select GENERIC_GPIO
config ARCH_S5PCxx
bool "Samsung S5PC110, S5PV210"
select ARCH_SAMSUNG
select CPU_V7
select GENERIC_GPIO
config ARCH_S3C64xx
bool "Samsung S3C64xx"