diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-14 17:36:23 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-14 17:36:23 +0000 |
commit | 34c681cbc7527d65f0cd97a6e4f1bd16ad21a89c (patch) | |
tree | 72aa239370e125a3759672b725e0ad1b8dc77a0e /linux | |
parent | d63c8a102acc6056765abfc50cd76017538a1802 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/14 18:35:36+01:00 (none)!pb
turn on fbdev console
BKrev: 41472c17h1flHHVaMdQb29tXAoQWtA
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-sun4c-2.6.8.1/sun4c_defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/linux-sun4c-2.6.8.1/sun4c_defconfig b/linux/linux-sun4c-2.6.8.1/sun4c_defconfig index 47d45e4dc6..49b84791ae 100644 --- a/linux/linux-sun4c-2.6.8.1/sun4c_defconfig +++ b/linux/linux-sun4c-2.6.8.1/sun4c_defconfig @@ -121,7 +121,10 @@ CONFIG_FB_SBUS=y # CONFIG_MDA_CONSOLE is not set # CONFIG_PROM_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FONTS is not set +CONFIG_FONT_SUN8x16=y +# CONFIG_FONT_SUN12x22 is not set # # Logo configuration @@ -285,7 +288,7 @@ CONFIG_INET=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y -# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set |