Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353665
b: refs/heads/master
c: 40a817f
h: refs/heads/master
i:
  353663: 648a7ac
v: v3
  • Loading branch information
Kees Cook authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent 3a3d815 commit 802de7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55ec4c3c962ac0e751ca5947328826ed094baa78
refs/heads/master: 40a817f0dd94630d2219974ed78863b5c020bb56
14 changes: 7 additions & 7 deletions trunk/drivers/video/geode/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Geode family framebuffer configuration
#
config FB_GEODE
bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
depends on FB && PCI && EXPERIMENTAL && X86
bool "AMD Geode family framebuffer support"
depends on FB && PCI && X86
---help---
Say 'Y' here to allow you to select framebuffer drivers for
the AMD Geode family of processors.

config FB_GEODE_LX
tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)"
tristate "AMD Geode LX framebuffer support"
depends on FB && FB_GEODE
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
Expand All @@ -24,8 +24,8 @@ config FB_GEODE_LX
If unsure, say N.

config FB_GEODE_GX
tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)"
depends on FB && FB_GEODE && EXPERIMENTAL
tristate "AMD Geode GX framebuffer support"
depends on FB && FB_GEODE
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand All @@ -39,8 +39,8 @@ config FB_GEODE_GX
If unsure, say N.

config FB_GEODE_GX1
tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
depends on FB && FB_GEODE && EXPERIMENTAL
tristate "AMD Geode GX1 framebuffer support"
depends on FB && FB_GEODE
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down

0 comments on commit 802de7c

Please sign in to comment.