mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
[ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440
Patch from Ben Dooks Make CPU uppercase on the SMDK2440 KConfig entries-- Signed-off-by: Ben Dooks <ben-linux@fluff.org>Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
689391210a
commit
52c5ceceb1
@ -71,13 +71,13 @@ config ARCH_S3C2440
|
|||||||
Say Y here if you are using the SMDK2440.
|
Say Y here if you are using the SMDK2440.
|
||||||
|
|
||||||
config SMDK2440_CPU2440
|
config SMDK2440_CPU2440
|
||||||
bool "SMDK2440 with S3C2440 cpu module"
|
bool "SMDK2440 with S3C2440 CPU module"
|
||||||
depends on ARCH_S3C2440
|
depends on ARCH_S3C2440
|
||||||
default y if ARCH_S3C2440
|
default y if ARCH_S3C2440
|
||||||
select CPU_S3C2440
|
select CPU_S3C2440
|
||||||
|
|
||||||
config SMDK2440_CPU2442
|
config SMDK2440_CPU2442
|
||||||
bool "SMDM2440 with S3C2442 cpu module"
|
bool "SMDM2440 with S3C2442 CPU module"
|
||||||
depends on ARCH_S3C2440
|
depends on ARCH_S3C2440
|
||||||
select CPU_S3C2442
|
select CPU_S3C2442
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user