mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
drm: Kconfig: CONFIG_DRM select I2C_ALGOBIT if !ROCKCHIP_MINI_KERNEL
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: Ic58fc4efc06f585dd762b97d7117888743deb625
This commit is contained in:
parent
7c7517b5c1
commit
69b53f960d
|
|
@ -12,7 +12,7 @@ menuconfig DRM
|
|||
select HDMI if !ROCKCHIP_MINI_KERNEL
|
||||
select FB_CMDLINE
|
||||
select I2C
|
||||
select I2C_ALGOBIT
|
||||
select I2C_ALGOBIT if !ROCKCHIP_MINI_KERNEL
|
||||
select DMA_SHARED_BUFFER
|
||||
select SYNC_FILE
|
||||
# gallium uses SYS_kcmp for os_same_file_description() to de-duplicate
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user