diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-17 16:41:12 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-17 20:04:17 +0000 |
commit | 78c2644feccf78ecab8e9413d2fac83cda091bae (patch) | |
tree | a514a2ee8861b483d2a5c885ddf074cfe9e7f784 /arch/arm/mach-s3c2443/Kconfig | |
parent | f8271e57569d1a2e7061f1754a5bb797a13b302d (diff) | |
download | linux-3.10-78c2644feccf78ecab8e9413d2fac83cda091bae.tar.gz linux-3.10-78c2644feccf78ecab8e9413d2fac83cda091bae.tar.bz2 linux-3.10-78c2644feccf78ecab8e9413d2fac83cda091bae.zip |
[ARM] 4222/1: S3C2443: Remove reference to missing S3C2443_PM
S3C2443_PM is not defined in our Kconfig, so
remove the reference from CPU_S3C2443 to stop
the configuration process warning about it.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2443/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2443/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2443/Kconfig b/arch/arm/mach-s3c2443/Kconfig index 079c1effd3d..c649bb2e7ce 100644 --- a/arch/arm/mach-s3c2443/Kconfig +++ b/arch/arm/mach-s3c2443/Kconfig @@ -7,7 +7,6 @@ config CPU_S3C2443 bool depends on ARCH_S3C2410 - select S3C2443_PM if PM select S3C2443_DMA if S3C2410_DMA help Support for the S3C2443 SoC from the S3C24XX line |