summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.graphics
blob: 0bd468de1271d5575b86ef0cacfd5f1b356f7400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config ADK_KERNEL_FB
 	boolean
 	default n
 
config ADK_KERNEL_FRAMEBUFFER_CONSOLE
	boolean
	default n

config ADK_KERNEL_FB_GEODE
	boolean
	default n
 
menu "Graphic devices support"

config ADK_KERNEL_FB_GEODE_LX
	prompt "geode-fblx...................... Framebuffer support for ALIX boards with VGA"
	tristate
	select ADK_KERNEL_FB
	select ADK_KERNEL_FRAMEBUFFER_CONSOLE
	select ADK_KERNEL_FB_GEODE
	default y if ADK_HARDWARE_ALIX1C
 	default n
 	help
	 Framebuffer support for ALIX boards.
	
endmenu