diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2009-03-10 22:05:55 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-01 06:38:46 -0400 |
commit | 87c4122f1714f96faa1b1c9449f762b9c56f77e4 (patch) | |
tree | b15c6b17a7f2ce1f149b36a5d7bb02836204904b /arch/arm/mach-s3c6410/Kconfig | |
parent | ecc558acaba9ca1c6e2e7b54a1edb73ee391ae17 (diff) |
[ARM] S3C6410: Basic support for NCP board (v2)
This is a basic support for NCP board based on s3c6410.
Only enables the serial. also remove empty i2c device.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index ffa4974efddf..53350b4493bd 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -77,3 +77,12 @@ config SMDK6410_WM1190_EV1 | |||
77 | module into the kernel. The presence of the module will be | 77 | module into the kernel. The presence of the module will be |
78 | detected at runtime so the the resulting kernel can be used | 78 | detected at runtime so the the resulting kernel can be used |
79 | with or without the 1190-EV1 fitted. | 79 | with or without the 1190-EV1 fitted. |
80 | |||
81 | config MACH_NCP | ||
82 | bool "NCP" | ||
83 | select CPU_S3C6410 | ||
84 | select S3C_DEV_I2C1 | ||
85 | select S3C_DEV_HSMMC1 | ||
86 | select S3C64XX_SETUP_I2C1 | ||
87 | help | ||
88 | Machine support for the Samsung NCP | ||