X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmach-s3c2410%2FKconfig;h=40e78bc4460a1977b1773c452913a4e63e8ea12c;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=8670177679fb05a512fbae0d73ae4984c42e667c;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 867017767..40e78bc44 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig @@ -1,8 +1,9 @@ +if ARCH_S3C2410 + menu "S3C2410 Implementations" config ARCH_BAST bool "Simtec Electronics BAST (EB2410ITX)" - depends on ARCH_S3C2410 help Say Y here if you are using the Simtec Electronics EB2410ITX development board (also known as BAST) @@ -11,15 +12,24 @@ config ARCH_BAST config ARCH_H1940 bool "IPAQ H1940" - depends on ARCH_S3C2410 help Say Y here if you are using the HP IPAQ H1940 . +config ARCH_SMDK2410 + bool "SMDK2410/A9M2410" + help + Say Y here if you are using the SMDK2410 or the derived module A9M2410 + + config MACH_VR1000 - bool "Simtec VR1000" - depends on ARCH_S3C2410 + bool "Thorcom VR1000" help - Say Y here if you are using the Simtec VR1000 board. + Say Y here if you are using the Thorcom VR1000 board. + + This linux port is currently being maintained by Simtec, on behalf + of Thorcom. Any queries, please contact Thorcom first. endmenu + +endif