aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s5pc100/Kconfig7
-rw-r--r--arch/arm/mach-s5pc100/Makefile1
-rw-r--r--arch/arm/mach-s5pc100/setup-fb-24bpp.c (renamed from arch/arm/plat-s5pc1xx/setup-fb-24bpp.c)4
-rw-r--r--arch/arm/plat-s5pc1xx/Kconfig5
-rw-r--r--arch/arm/plat-s5pc1xx/Makefile1
5 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig
index 27ec167d2808..7d9b68c8fef5 100644
--- a/arch/arm/mach-s5pc100/Kconfig
+++ b/arch/arm/mach-s5pc100/Kconfig
@@ -12,6 +12,11 @@ config CPU_S5PC100
12 help 12 help
13 Enable S5PC100 CPU support 13 Enable S5PC100 CPU support
14 14
15config S5PC100_SETUP_FB_24BPP
16 bool
17 help
18 Common setup code for S5PC1XX with an 24bpp RGB display helper.
19
15config S5PC100_SETUP_SDHCI 20config S5PC100_SETUP_SDHCI
16 bool 21 bool
17 select S5PC1XX_SETUP_SDHCI_GPIO 22 select S5PC1XX_SETUP_SDHCI_GPIO
@@ -28,7 +33,7 @@ config MACH_SMDKC100
28 select S3C_DEV_HSMMC2 33 select S3C_DEV_HSMMC2
29 select S5PC1XX_SETUP_I2C0 34 select S5PC1XX_SETUP_I2C0
30 select S5PC1XX_SETUP_I2C1 35 select S5PC1XX_SETUP_I2C1
31 select S5PC1XX_SETUP_FB_24BPP 36 select S5PC100_SETUP_FB_24BPP
32 select S5PC100_SETUP_SDHCI 37 select S5PC100_SETUP_SDHCI
33 help 38 help
34 Machine support for the Samsung SMDKC100 39 Machine support for the Samsung SMDKC100
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile
index 4199ce2b161a..1d1276c29cff 100644
--- a/arch/arm/mach-s5pc100/Makefile
+++ b/arch/arm/mach-s5pc100/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_CPU_S5PC100) += cpu.o gpiolib.o
15 15
16# Helper and device support 16# Helper and device support
17 17
18obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o
18obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o 19obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
19 20
20# machine support 21# machine support
diff --git a/arch/arm/plat-s5pc1xx/setup-fb-24bpp.c b/arch/arm/mach-s5pc100/setup-fb-24bpp.c
index b02c36fb10d1..6eba6cb8e2f4 100644
--- a/arch/arm/plat-s5pc1xx/setup-fb-24bpp.c
+++ b/arch/arm/mach-s5pc100/setup-fb-24bpp.c
@@ -1,9 +1,9 @@
1/* 1/*
2 * linux/arch/arm/plat-s5pc100/setup-fb-24bpp.c 2 * linux/arch/arm/mach-s5pc100/setup-fb-24bpp.c
3 * 3 *
4 * Copyright 2009 Samsung Electronics 4 * Copyright 2009 Samsung Electronics
5 * 5 *
6 * Base S5PC1XX setup information for 24bpp LCD framebuffer 6 * Base S5PC100 setup information for 24bpp LCD framebuffer
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as 9 * it under the terms of the GNU General Public License version 2 as
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig
index 98bbaf9d2219..708f7a0de065 100644
--- a/arch/arm/plat-s5pc1xx/Kconfig
+++ b/arch/arm/plat-s5pc1xx/Kconfig
@@ -39,11 +39,6 @@ config CPU_S5PC100_CLOCK
39 39
40# platform specific device setup 40# platform specific device setup
41 41
42config S5PC1XX_SETUP_FB_24BPP
43 bool
44 help
45 Common setup code for S5PC1XX with an 24bpp RGB display helper.
46
47config S5PC1XX_SETUP_I2C0 42config S5PC1XX_SETUP_I2C0
48 bool 43 bool
49 default y 44 default y
diff --git a/arch/arm/plat-s5pc1xx/Makefile b/arch/arm/plat-s5pc1xx/Makefile
index 540fca5b4860..a5b90c0cc487 100644
--- a/arch/arm/plat-s5pc1xx/Makefile
+++ b/arch/arm/plat-s5pc1xx/Makefile
@@ -23,7 +23,6 @@ obj-$(CONFIG_CPU_S5PC100_CLOCK) += s5pc100-clock.o
23 23
24# Device setup 24# Device setup
25 25
26obj-$(CONFIG_S5PC1XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
27obj-$(CONFIG_S5PC1XX_SETUP_I2C0) += setup-i2c0.o 26obj-$(CONFIG_S5PC1XX_SETUP_I2C0) += setup-i2c0.o
28obj-$(CONFIG_S5PC1XX_SETUP_I2C1) += setup-i2c1.o 27obj-$(CONFIG_S5PC1XX_SETUP_I2C1) += setup-i2c1.o
29obj-$(CONFIG_S5PC1XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o 28obj-$(CONFIG_S5PC1XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o