[Title] Modified the name of backlight device as maru_bl
authordon.hong <don.hong@samsung.com>
Fri, 17 Feb 2012 04:25:39 +0000 (13:25 +0900)
committerdon.hong <don.hong@samsung.com>
Fri, 17 Feb 2012 04:25:39 +0000 (13:25 +0900)
[Type] Enahncement
[Module] /driver/maru/maru_bl
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ib4fd320af7dd2f529c3210c10d74883b993df0dc

arch/x86/configs/i386_emul_defconfig
drivers/maru/Kconfig
drivers/maru/Makefile
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile

index 59cb3a2d8b5c9a1aceb3770650d22e4ae177f8ca..abe4c093b1485b2718a7f6e6dfee4047125f4ee5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.32.9
-# Thu Feb 16 15:57:36 2012
+# Fri Feb 17 13:23:24 2012
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -1708,7 +1708,6 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
 # CONFIG_BACKLIGHT_PROGEAR is not set
 # CONFIG_BACKLIGHT_MBP_NVIDIA is not set
 # CONFIG_BACKLIGHT_SAHARA is not set
-CONFIG_BACKLIGHT_EMUL=y
 
 #
 # Display device support
@@ -2164,17 +2163,13 @@ CONFIG_ANDROID_TIMED_OUTPUT=y
 #
 # CONFIG_RAR_REGISTER is not set
 # CONFIG_IIO is not set
-
-#
-# Virtual device drivers for emulator
-#
 CONFIG_MARU=y
 CONFIG_MARU_LCD=y
 CONFIG_MARU_CODEC=y
 CONFIG_MARU_TOUCHSCREEN=y
 CONFIG_MARU_FB=y
 CONFIG_MARU_CAMERA=y
-
+CONFIG_MARU_BACKLIGHT=y
 CONFIG_X86_PLATFORM_DEVICES=y
 # CONFIG_ACER_WMI is not set
 # CONFIG_ASUS_LAPTOP is not set
index 127d9eda262549fcc22e41999c270b44c98c5eb8..1743c1d3cf5e4af22ac760096b7b43db72d6976e 100644 (file)
@@ -24,3 +24,10 @@ config MARU_CAMERA
         ---help---
           Enables a MARU Virtual Camera driver.
 
+config MARU_BACKLIGHT
+        tristate "MARU Backlight Driver"
+        depends on MARU && BACKLIGHT_CLASS_DEVICE
+        default y
+        help
+          Say Y to enable the backlight driver of MARU.
+
index 2d5e68844d26bd10f5f18ae416118b70aa9eeb0e..531bfb306e3bb48f721a25a0db7bc58b718474a3 100644 (file)
@@ -3,3 +3,4 @@ obj-$(CONFIG_MARU_CODEC) += maru_codec.o
 obj-$(CONFIG_MARU_TOUCHSCREEN) += maru_touchscreen.o
 obj-$(CONFIG_MARU_FB) += maru_fb.o
 obj-$(CONFIG_MARU_CAMERA) += maru_camera.o
+obj-$(CONFIG_MARU_CAMERA) += maru_bl.o
index 9610621352e66614e92929bea2724976b1bb9ab4..a93081638b822c2dcf864f4f0be7e96eaefa8447 100644 (file)
@@ -261,10 +261,3 @@ config BACKLIGHT_ADP5520
 
          To compile this driver as a module, choose M here: the module will
          be called adp5520_bl.
-
-config BACKLIGHT_EMUL
-       tristate "Virtual Emulator Backlight Driver"
-       depends on BACKLIGHT_CLASS_DEVICE
-       default y
-       help
-         Say Y to enable the backlight driver on Emulator.
index 5e1dbe363095e77478e06e5faabf67a0145a2fd8..0f39daaa76458dc8627b9d5fda24eee2ae1768c7 100644 (file)
@@ -28,4 +28,3 @@ obj-$(CONFIG_BACKLIGHT_SAHARA)        += kb3886_bl.o
 obj-$(CONFIG_BACKLIGHT_WM831X) += wm831x_bl.o
 obj-$(CONFIG_BACKLIGHT_ADX)    += adx_bl.o
 obj-$(CONFIG_BACKLIGHT_ADP5520)        += adp5520_bl.o
-obj-$(CONFIG_BACKLIGHT_EMUL) += emul_backlight.o