diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 06:24:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:51:28 -0400 |
commit | 9d529c6e7b73088551057445763b2be755a3b82f (patch) | |
tree | eb2784455bdeb0e286c1518a1a1bdc238d7a6767 /arch/arm/mach-s3c2410/Kconfig | |
parent | b9db83af69e4c61107803c85872d01a45949e052 (diff) |
[ARM] S3C24XX: Add physmap device for all Simtec NOR equiped boards.
Move to using the physmap platform device code to attached NOR
flash on Simtec boards so that the old bast-flash driver can be
safely removed.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 69689701acfc..1a7d01b47440 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -37,6 +37,11 @@ config S3C2410_CLOCK | |||
37 | help | 37 | help |
38 | Clock code for the S3C2410, and similar processors | 38 | Clock code for the S3C2410, and similar processors |
39 | 39 | ||
40 | config SIMTEC_NOR | ||
41 | bool | ||
42 | help | ||
43 | Internal node to specify machine has simtec NOR mapping | ||
44 | |||
40 | config MACH_BAST_IDE | 45 | config MACH_BAST_IDE |
41 | bool | 46 | bool |
42 | select HAVE_PATA_PLATFORM | 47 | select HAVE_PATA_PLATFORM |
@@ -76,6 +81,7 @@ config ARCH_BAST | |||
76 | bool "Simtec Electronics BAST (EB2410ITX)" | 81 | bool "Simtec Electronics BAST (EB2410ITX)" |
77 | select CPU_S3C2410 | 82 | select CPU_S3C2410 |
78 | select PM_SIMTEC if PM | 83 | select PM_SIMTEC if PM |
84 | select SIMTEC_NOR | ||
79 | select MACH_BAST_IDE | 85 | select MACH_BAST_IDE |
80 | select ISA | 86 | select ISA |
81 | help | 87 | help |
@@ -114,6 +120,7 @@ config MACH_TCT_HAMMER | |||
114 | config MACH_VR1000 | 120 | config MACH_VR1000 |
115 | bool "Thorcom VR1000" | 121 | bool "Thorcom VR1000" |
116 | select PM_SIMTEC if PM | 122 | select PM_SIMTEC if PM |
123 | select SIMTEC_NOR | ||
117 | select MACH_BAST_IDE | 124 | select MACH_BAST_IDE |
118 | select CPU_S3C2410 | 125 | select CPU_S3C2410 |
119 | help | 126 | help |