From: David Vrabel FB_GEODE_GX must depend on FB or the invalid selection of FB=y and FB_GEODE_GX=m is possible. Signed-off-by: David Vrabel Signed-off-by: Andrew Morton --- drivers/video/geode/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/video/geode/Kconfig~fbdev-framebuffer-driver-for-geode-gx-kconfig-fix-2 drivers/video/geode/Kconfig --- devel/drivers/video/geode/Kconfig~fbdev-framebuffer-driver-for-geode-gx-kconfig-fix-2 2006-03-01 01:45:12.000000000 -0800 +++ devel-akpm/drivers/video/geode/Kconfig 2006-03-01 01:45:12.000000000 -0800 @@ -10,7 +10,7 @@ config FB_GEODE config FB_GEODE_GX tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)" - depends on FB_GEODE && EXPERIMENTAL + depends on FB && FB_GEODE && EXPERIMENTAL select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT @@ -25,7 +25,7 @@ config FB_GEODE_GX config FB_GEODE_GX1 tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)" - depends on FB_GEODE && EXPERIMENTAL + depends on FB && FB_GEODE && EXPERIMENTAL select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT _