If I may just throw out to you my cheatsheet I have for myself for pc compiles on my AMD 2500 nforce 2 board recommendations:
-build in file systems as yes e.g built in to avoid making initrd
-config samba, nfs as module
-configure processor as k7 (also uncheck x86 fixups at boot
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y <--you may want no here u had glib errors on your system there
-CONFIG_MODULES=y
-CONFIG_MODULE_UNLOAD=y
-CONFIG_MODULE_FORCE_UNLOAD=y
-CONFIG_PREEMPT=y
-CONFIG_PREEMPT_BKL=y
-CONFIG_HZ_1000=y
-CONFIG_HZ=1000
-CONFIG_HIGHMEM4G=y (assuming you have 1 gig or more, also use flat memory)
-CONFIG_HIGHPTE=y
-CONFIG_MATH_EMULATION=y
-CONFIG_MTRR=y (this needed for video dri)
-config agp as modules
-config sound yes...but the devices as modules. also keep OSS support as yes for backward compliance.
many amd boards have "apic" in addition to "acpi" and u should not confuse that with "acpi"
my board uses "i2c" for thermal
also in kernel hacking I've been using "4k stacks" for a long time on desktop pc and it really works well for me. I cannot use it on my old laptop tho, seems to break OSS sound and madwifi drivers so on that pc, which is AMD also, I use the default 8k stacks.
remember that you have ip/tables as modules too, i always forget that one. and lose firewall
many times I forget these, and they matter to me for my machine, as there is nothing worse than booting up a pc after you compile and you have no video, no penguin and ugly fonts
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_MDA_CONSOLE=m
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_BACKLIGHT_DEVICE=y
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_LCD_DEVICE=y