[ARM] S3C64XX: Ensure CPU_V6 is selected
Select CPU_V6 with the S3C64XX series. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
6a148eaa20
commit
7bb56d01f1
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
||||||
config PLAT_S3C64XX
|
config PLAT_S3C64XX
|
||||||
bool
|
bool
|
||||||
depends on ARCH_S3C64XX
|
depends on ARCH_S3C64XX
|
||||||
|
default y
|
||||||
|
select CPU_V6
|
||||||
select PLAT_S3C
|
select PLAT_S3C
|
||||||
select ARM_VIC
|
select ARM_VIC
|
||||||
default y
|
|
||||||
select NO_IOPORT
|
select NO_IOPORT
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select S3C_GPIO_TRACK
|
select S3C_GPIO_TRACK
|
||||||
|
|
Loading…
Add table
Reference in a new issue