summaryrefslogtreecommitdiffstats
path: root/rules/xorg-driver-video-nsc.in
blob: e76c93a581f13840608ab9b2b52864bb4b382c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# configuration for xorg-driver-video-nsc
# this driver is only a module to be used in
# the main xorg server
#
config XORG_DRIVER_VIDEO_NSC
	bool
	depends on XORG_DRIVER_VIDEO
	select XORG_SERVER
	select XORG_SERVER_XORG
	prompt "Geode graphic support"
	help
	  The nsc driver is a driver for National Semiconductors GEODE processor
	  family (now AMD). It uses the DURANGO kit provided by National
	  Semiconductor.
	  The driver is accelerated, and provides support for the following
	  framebuffer depths: 8, 16 and 24.
	  Use this driver within the xorg configuration as:
	   Section "Device"
	    Identifier "devname"
	    Driver "nsc"
	    ...
	   EndSection