This reverts commit c631c9800f.
We keep switch driver until HDMI work.
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
4 lines
106 B
Makefile
4 lines
106 B
Makefile
# Switch Class Driver
|
|
obj-$(CONFIG_SWITCH) += switch_class.o
|
|
obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
|
|
|