[ARM] 4062/1: S3C24XX: Anubis and Osiris shuld have CONFIG_PM_SIMTEC
Both CONFIG_MACH_OSIRIS and CONFIG_MACH_ANUBIS should select CONFIG_PM_SIMTEC. This patch moves the selection of CONFIG_PM_SIMTEC to the machines that require it, as currently done with other machines in the S3C2410 architecture. 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
2d4ecdf538
commit
618b20a13e
@ -5,6 +5,7 @@ menu "S3C24XX Implementations"
|
|||||||
config MACH_AML_M5900
|
config MACH_AML_M5900
|
||||||
bool "AML M5900 Series"
|
bool "AML M5900 Series"
|
||||||
select CPU_S3C2410
|
select CPU_S3C2410
|
||||||
|
select PM_SIMTEC if PM
|
||||||
help
|
help
|
||||||
Say Y here if you are using the American Microsystems M5900 Series
|
Say Y here if you are using the American Microsystems M5900 Series
|
||||||
<http://www.amltd.com>
|
<http://www.amltd.com>
|
||||||
@ -12,6 +13,7 @@ config MACH_AML_M5900
|
|||||||
config MACH_ANUBIS
|
config MACH_ANUBIS
|
||||||
bool "Simtec Electronics ANUBIS"
|
bool "Simtec Electronics ANUBIS"
|
||||||
select CPU_S3C2440
|
select CPU_S3C2440
|
||||||
|
select PM_SIMTEC if PM
|
||||||
help
|
help
|
||||||
Say Y here if you are using the Simtec Electronics ANUBIS
|
Say Y here if you are using the Simtec Electronics ANUBIS
|
||||||
development system
|
development system
|
||||||
@ -19,6 +21,7 @@ config MACH_ANUBIS
|
|||||||
config MACH_OSIRIS
|
config MACH_OSIRIS
|
||||||
bool "Simtec IM2440D20 (OSIRIS) module"
|
bool "Simtec IM2440D20 (OSIRIS) module"
|
||||||
select CPU_S3C2440
|
select CPU_S3C2440
|
||||||
|
select PM_SIMTEC if PM
|
||||||
help
|
help
|
||||||
Say Y here if you are using the Simtec IM2440D20 module, also
|
Say Y here if you are using the Simtec IM2440D20 module, also
|
||||||
known as the Osiris.
|
known as the Osiris.
|
||||||
@ -26,6 +29,7 @@ config MACH_OSIRIS
|
|||||||
config ARCH_BAST
|
config ARCH_BAST
|
||||||
bool "Simtec Electronics BAST (EB2410ITX)"
|
bool "Simtec Electronics BAST (EB2410ITX)"
|
||||||
select CPU_S3C2410
|
select CPU_S3C2410
|
||||||
|
select PM_SIMTEC if PM
|
||||||
select ISA
|
select ISA
|
||||||
help
|
help
|
||||||
Say Y here if you are using the Simtec Electronics EB2410ITX
|
Say Y here if you are using the Simtec Electronics EB2410ITX
|
||||||
@ -111,6 +115,7 @@ config MACH_SMDK2413
|
|||||||
|
|
||||||
config MACH_VR1000
|
config MACH_VR1000
|
||||||
bool "Thorcom VR1000"
|
bool "Thorcom VR1000"
|
||||||
|
select PM_SIMTEC if PM
|
||||||
select CPU_S3C2410
|
select CPU_S3C2410
|
||||||
help
|
help
|
||||||
Say Y here if you are using the Thorcom VR1000 board.
|
Say Y here if you are using the Thorcom VR1000 board.
|
||||||
@ -297,8 +302,9 @@ config S3C2410_PM_CHECK_CHUNKSIZE
|
|||||||
|
|
||||||
config PM_SIMTEC
|
config PM_SIMTEC
|
||||||
bool
|
bool
|
||||||
depends on PM && (ARCH_BAST || MACH_VR1000 || MACH_AML_M5900)
|
help
|
||||||
default y
|
Common power management code for systems that are
|
||||||
|
compatible with the Simtec style of power management
|
||||||
|
|
||||||
config S3C2410_LOWLEVEL_UART_PORT
|
config S3C2410_LOWLEVEL_UART_PORT
|
||||||
int "S3C2410 UART to use for low-level messages"
|
int "S3C2410 UART to use for low-level messages"
|
||||||
|
Loading…
Reference in New Issue
Block a user