From: Adrian Bunk All the Geodes have PCI or internal PCI emulation. Additionally, it removes two superfluous "default n". Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- drivers/video/geode/Kconfig | 4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/video/geode/Kconfig~fbdev-geode-updates-fix drivers/video/geode/Kconfig --- devel/drivers/video/geode/Kconfig~fbdev-geode-updates-fix 2005-09-04 13:23:53.000000000 -0700 +++ devel-akpm/drivers/video/geode/Kconfig 2005-09-04 13:23:53.000000000 -0700 @@ -3,15 +3,13 @@ # config FB_GEODE bool "AMD Geode family framebuffer support (EXPERIMENTAL)" - default n - depends on FB && EXPERIMENTAL && X86 + depends on FB && PCI && EXPERIMENTAL && X86 ---help--- Say 'Y' here to allow you to select framebuffer drivers for the AMD Geode family of processors. config FB_GEODE_GX1 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" - default n depends on FB_GEODE && EXPERIMENTAL select FB_CFB_FILLRECT select FB_CFB_COPYAREA _