1413447256
Builtin-video from NSC/AMD Geode x86 processors. Fixes build failures on other architectures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE
|
|
bool "xf86-video-geode"
|
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
|
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
depends on (BR2_i386 || BR2_x86_64)
|
|
help
|
|
video driver for geode device
|