Skip to content

Commit

Permalink
Merge pull request #1087 from nahun/CONFIG_FB_UDL
Browse files Browse the repository at this point in the history
config: ADD CONFIG_FB_UDL module (USB displaylink)
  • Loading branch information
chewitt authored Jan 1, 2017
2 parents 2c3dfd5 + 99eb118 commit 1b07f5e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion projects/Generic/linux/linux.x86_64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ CONFIG_FB_EFI=y
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/Odroid_C2/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ CONFIG_FB_ARMCLCD=y
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/RPi/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ CONFIG_FB_BCM2708=y
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/RPi2/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ CONFIG_FB_BCM2708=y
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/Virtual/linux/linux.x86_64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ CONFIG_FB_EFI=y
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/WeTek_Core/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ CONFIG_FB_DEFERRED_IO=y
#
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/WeTek_Hub/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/WeTek_Play/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ CONFIG_FB_DEFERRED_IO=y
#
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/WeTek_Play_2/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/imx6/linux/3.14-mx6-sr/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_TMIO is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_UDL=m
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_FB_VIRTUAL_PHYMEM=y
Expand Down

0 comments on commit 1b07f5e

Please sign in to comment.