Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44695
b: refs/heads/master
c: 9bcb533
h: refs/heads/master
i:
  44693: 4cb02e6
  44691: cbb60d5
  44687: 265fef1
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 18, 2006
1 parent 4fc7379 commit 8884341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 255d1f8639f5877381545d0da6821079ebad1c21
refs/heads/master: 9bcb533c1338813085b0a35a6dd0887eb5a5af67
15 changes: 6 additions & 9 deletions trunk/arch/arm/mach-s3c2410/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ config BAST_PC104_IRQ

config PM_H1940
bool
depends on PM
help
Internal node for H1940 and related PM

config ARCH_H1940
bool "IPAQ H1940"
select CPU_S3C2410
select PM_H1940
select PM_H1940 if PM
help
Say Y here if you are using the HP IPAQ H1940

Expand Down Expand Up @@ -122,7 +121,7 @@ config MACH_VR1000
config MACH_RX3715
bool "HP iPAQ rx3715"
select CPU_S3C2440
select PM_H1940
select PM_H1940 if PM
help
Say Y here if you are using the HP iPAQ rx3715.

Expand Down Expand Up @@ -156,7 +155,6 @@ config S3C2410_CLOCK

config S3C2410_PM
bool
depends on CONFIG_PM
help
Power Management code common to S3C2410 and better

Expand All @@ -171,7 +169,7 @@ config CPU_S3C2410
bool
depends on ARCH_S3C2410
select S3C2410_CLOCK
select S3C2410_PM
select S3C2410_PM if PM
help
Support for S3C2410 and S3C2410A family from the S3C24XX line
of Samsung Mobile CPUs.
Expand All @@ -186,14 +184,13 @@ config CPU_S3C2412_ONLY

config S3C2412_PM
bool
default y if PM
depends on CPU_S3C2412
help
Internal config node to apply S3C2412 power management

config CPU_S3C2412
bool
depends on ARCH_S3C2410
select S3C2412_PM if PM
help
Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line

Expand All @@ -207,7 +204,7 @@ config CPU_S3C2440
bool
depends on ARCH_S3C2410
select S3C2410_CLOCK
select S3C2410_PM
select S3C2410_PM if PM
select CPU_S3C244X
help
Support for S3C2440 Samsung Mobile CPU based systems.
Expand All @@ -216,7 +213,7 @@ config CPU_S3C2442
bool
depends on ARCH_S3C2420
select S3C2410_CLOCK
select S3C2410_PM
select S3C2410_PM if PM
select CPU_S3C244X
help
Support for S3C2442 Samsung Mobile CPU based systems.
Expand Down

0 comments on commit 8884341

Please sign in to comment.