[ARM] S3C64XX: Add VIC0 and VIC1 sourced interripts
[linux-2.6/openmoko-kernel.git] / arch / arm / plat-s3c64xx / Kconfig
blob14d6343b54e802d2d8adfc94083abba8ded53794
1 # arch/arm/plat-s3c64xx/Kconfig
3 # Copyright 2008 Openmoko, Inc.
4 # Copyright 2008 Simtec Electronics
5 #       Ben Dooks <ben@simtec.co.uk>
7 # Licensed under GPLv2
9 config PLAT_S3C64XX
10         bool
11         depends on ARCH_S3C64XX
12         select PLAT_S3C
13         select ARM_VIC
14         default y
15         select NO_IOPORT
16         select ARCH_REQUIRE_GPIOLIB
17         help
18           Base platform code for any Samsung S3C64XX device
20 if PLAT_S3C64XX
22 # Configuration options shared by all S3C64XX implementations
24 endif