Change-Id: I133b224afdabc8d11de086ad19c1615bf1e719d5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
# 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
menuconfig MARU
tristate "MARU virtual device drivers for emulator"
default n
+
+config MARU_VIRTIO_TOUCHSCREEN
+ tristate "MARU Virtio Touchscreen Driver"
+ depends on MARU != n
+
+obj-$(CONFIG_MARU_VIRTIO_TOUCHSCREEN) += maru_virtio_touchscreen.o