diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:24:29 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 16:51:24 +0100 |
commit | 9db829f485c553a0e677a165b37f877bf74f36ff (patch) | |
tree | 3bcf75ce79fbd27c519f68168cbf71787860ccd3 /arch/arm/mach-s3c2412/Kconfig | |
parent | b999f0db941f56bb0f68ebf455f6e2960cfd5804 (diff) | |
download | blackbird-obmc-linux-9db829f485c553a0e677a165b37f877bf74f36ff.tar.gz blackbird-obmc-linux-9db829f485c553a0e677a165b37f877bf74f36ff.zip |
[ARM] JIVE: Initial machine support for Logitech Jive
This is the base machine support for the Logitech Jive
machine.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 menu "S3C2412 Machines" +config MACH_JIVE + bool "Logitech Jive" + select CPU_S3C2412 + help + Say Y here if you are using the Logitech Jive. + +config MACH_JIVE_SHOW_BOOTLOADER + bool "Allow access to bootloader partitions in MTD" + depends on MACH_JIVE && EXPERIMENTAL + config MACH_SMDK2413 bool "SMDK2413" select CPU_S3C2412 |