Add "maru virtio touchscreen" to build.
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 8 Jan 2014 05:04:48 +0000 (14:04 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 27 Feb 2014 06:25:05 +0000 (15:25 +0900)
Change-Id: I133b224afdabc8d11de086ad19c1615bf1e719d5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
arch/x86/configs/i386_tizen_emul_defconfig
drivers/maru/Kconfig
drivers/maru/Makefile

index 0e8fffb..079027e 100644 (file)
@@ -2808,7 +2808,7 @@ CONFIG_IOMMU_SUPPORT=y
 # CONFIG_IPACK_BUS is not set
 # CONFIG_RESET_CONTROLLER is not set
 CONFIG_MARU=y
-CONFIG_MARU_TOUCHSCREEN=y
+CONFIG_MARU_VIRTIO_TOUCHSCREEN=y
 
 #
 # Firmware Drivers
index 5d12cd1..528cd38 100644 (file)
@@ -1,3 +1,8 @@
 menuconfig MARU
        tristate "MARU virtual device drivers for emulator"
        default n
+
+config MARU_VIRTIO_TOUCHSCREEN
+       tristate "MARU Virtio Touchscreen Driver"
+       depends on MARU != n
+
index e69de29..5d4bc40 100644 (file)
@@ -0,0 +1 @@
+obj-$(CONFIG_MARU_VIRTIO_TOUCHSCREEN) += maru_virtio_touchscreen.o