diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
commit | ff877ea80efa2015b6263766f78ee42c2a1b32f9 (patch) | |
tree | 85205005c611ab774702148558321c6fb92f1ccd /arch/arm/mach-s3c2412/Kconfig | |
parent | 30821fee4f0cb3e6d241d9f7ddc37742212e3eb7 (diff) | |
parent | d37e6bf68fc1eb34a4ad21d9ae8890ed37ea80e7 (diff) |
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
Diffstat (limited to 'arch/arm/mach-s3c2412/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index 0b43431d4b75..c59a9d2ee9a6 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
@@ -34,6 +34,16 @@ config S3C2412_PM | |||
34 | 34 | ||
35 | menu "S3C2412 Machines" | 35 | menu "S3C2412 Machines" |
36 | 36 | ||
37 | config MACH_JIVE | ||
38 | bool "Logitech Jive" | ||
39 | select CPU_S3C2412 | ||
40 | help | ||
41 | Say Y here if you are using the Logitech Jive. | ||
42 | |||
43 | config MACH_JIVE_SHOW_BOOTLOADER | ||
44 | bool "Allow access to bootloader partitions in MTD" | ||
45 | depends on MACH_JIVE && EXPERIMENTAL | ||
46 | |||
37 | config MACH_SMDK2413 | 47 | config MACH_SMDK2413 |
38 | bool "SMDK2413" | 48 | bool "SMDK2413" |
39 | select CPU_S3C2412 | 49 | select CPU_S3C2412 |