diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index ce32e4997d76..15e065ef19a5 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -26,6 +26,32 @@ config S3C64XX_SETUP_SDHCI | |||
26 | Internal configuration for default SDHCI setup for S3C6400 and | 26 | Internal configuration for default SDHCI setup for S3C6400 and |
27 | S3C6410 SoCs. | 27 | S3C6410 SoCs. |
28 | 28 | ||
29 | # platform specific device setup | ||
30 | |||
31 | config S3C64XX_SETUP_I2C0 | ||
32 | bool | ||
33 | default y | ||
34 | help | ||
35 | Common setup code for i2c bus 0. | ||
36 | |||
37 | Note, currently since i2c0 is always compiled, this setup helper | ||
38 | is always compiled with it. | ||
39 | |||
40 | config S3C64XX_SETUP_I2C1 | ||
41 | bool | ||
42 | help | ||
43 | Common setup code for i2c bus 1. | ||
44 | |||
45 | config S3C64XX_SETUP_FB_24BPP | ||
46 | bool | ||
47 | help | ||
48 | Common setup code for S3C64XX with an 24bpp RGB display helper. | ||
49 | |||
50 | config S3C64XX_SETUP_SDHCI_GPIO | ||
51 | bool | ||
52 | help | ||
53 | Common setup code for S3C64XX SDHCI GPIO configurations | ||
54 | |||
29 | # S36400 Macchine support | 55 | # S36400 Macchine support |
30 | 56 | ||
31 | config MACH_SMDK6400 | 57 | config MACH_SMDK6400 |