misc: Kconfig: move rk803 to the top

To avoid merge conflict.

Fixes: 0b27ae1db5 ("misc: add driver for rk803.")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I701b82d2dc92f39c91fdfb691aaf3b78282226b7
This commit is contained in:
Tao Huang
2022-09-01 20:04:51 +08:00
parent 284476eef9
commit b51dd481da
2 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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