diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c5e1c4583c53..62f35ba898de 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -5,6 +5,12 @@ menu "Misc devices" +config RK803 + tristate "RK803" + default n + help + Driver for RK803 which is used for driving porjector and IR flood LED. + config SENSORS_LIS3LV02D tristate depends on INPUT @@ -481,12 +487,6 @@ config HISI_HIKEY_USB switching between the dual-role USB-C port and the USB-A host ports using only one USB controller. -config RK803 - tristate "RK803" - default n - help - Driver for RK803 which is used for driving porjector and IR flood LED. - source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" source "drivers/misc/cb710/Kconfig" diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 9fdc54ff20db..8be76bac6eb8 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -3,6 +3,7 @@ # Makefile for misc devices that really don't fit anywhere else. # +obj-$(CONFIG_RK803) += rk803.o obj-$(CONFIG_IBM_ASM) += ibmasm/ obj-$(CONFIG_IBMVMC) += ibmvmc.o obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o @@ -58,4 +59,3 @@ obj-$(CONFIG_UACCE) += uacce/ obj-$(CONFIG_XILINX_SDFEC) += xilinx_sdfec.o obj-$(CONFIG_HISI_HIKEY_USB) += hisi_hikey_usb.o obj-$(CONFIG_UID_SYS_STATS) += uid_sys_stats.o -obj-$(CONFIG_RK803) += rk803.o