mac80211: fix reorder buffer release
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-s5pc1xx / Kconfig
bloba8a711c3c064901516c8f1fbf88ca4b539a1fdab
1 # arch/arm/plat-s5pc1xx/Kconfig
3 # Copyright 2009 Samsung Electronics Co.
4 #       Byungho Min <bhmin@samsung.com>
6 # Licensed under GPLv2
8 config PLAT_S5PC1XX
9         bool
10         depends on ARCH_S5PC1XX
11         default y
12         select PLAT_S3C
13         select ARM_VIC
14         select NO_IOPORT
15         select ARCH_REQUIRE_GPIOLIB
16         select S3C_GPIO_TRACK
17         select S3C_GPIO_PULL_UPDOWN
18         help
19           Base platform code for any Samsung S5PC1XX device
21 if PLAT_S5PC1XX
23 # Configuration options shared by all S3C64XX implementations
25 config CPU_S5PC100_INIT
26         bool
27         help
28           Common initialisation code for the S5PC1XX
30 config CPU_S5PC100_CLOCK
31         bool
32         help
33           Common clock support code for the S5PC1XX
35 # platform specific device setup
37 config S5PC100_SETUP_I2C0
38         bool
39         default y
40         help
41           Common setup code for i2c bus 0.
43           Note, currently since i2c0 is always compiled, this setup helper
44           is always compiled with it.
46 config S5PC100_SETUP_I2C1
47         bool
48         help
49           Common setup code for i2c bus 1.
50 endif