diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-02-12 03:55:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:44 -0500 |
commit | f59e5e82096f81a2cb7d7833001956d81e9fa6fb (patch) | |
tree | 410d06560e8362caac496aac1bc444ca15cebebd | |
parent | 36dff96b3b83c5d79a45b221adf137b571b03d65 (diff) |
[PATCH] ps3: ps3av/fb defconfig updates
PS3: defconfig updates for ps3av and ps3fb
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: James Simmons <jsimmons@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index ec644b34a082..0345a2ceec59 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig | |||
@@ -163,6 +163,7 @@ CONFIG_PS3_HTAB_SIZE=20 | |||
163 | # CONFIG_PS3_DYNAMIC_DMA is not set | 163 | # CONFIG_PS3_DYNAMIC_DMA is not set |
164 | CONFIG_PS3_USE_LPAR_ADDR=y | 164 | CONFIG_PS3_USE_LPAR_ADDR=y |
165 | CONFIG_PS3_VUART=y | 165 | CONFIG_PS3_VUART=y |
166 | CONFIG_PS3_PS3AV=y | ||
166 | 167 | ||
167 | # | 168 | # |
168 | # Kernel options | 169 | # Kernel options |
@@ -611,14 +612,40 @@ CONFIG_GEN_RTC=y | |||
611 | # Graphics support | 612 | # Graphics support |
612 | # | 613 | # |
613 | # CONFIG_FIRMWARE_EDID is not set | 614 | # CONFIG_FIRMWARE_EDID is not set |
614 | # CONFIG_FB is not set | 615 | CONFIG_FB=y |
616 | CONFIG_FB_CFB_FILLRECT=y | ||
617 | CONFIG_FB_CFB_COPYAREA=y | ||
618 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
619 | # CONFIG_FB_MACMODES is not set | ||
620 | # CONFIG_FB_BACKLIGHT is not set | ||
621 | # CONFIG_FB_MODE_HELPERS is not set | ||
622 | # CONFIG_FB_TILEBLITTING is not set | ||
623 | # CONFIG_FB_OF is not set | ||
624 | # CONFIG_FB_VGA16 is not set | ||
625 | # CONFIG_FB_S1D13XXX is not set | ||
615 | # CONFIG_FB_IBM_GXT4500 is not set | 626 | # CONFIG_FB_IBM_GXT4500 is not set |
627 | CONFIG_FB_PS3=y | ||
628 | CONFIG_FB_PS3_DEFAULT_SIZE_M=18 | ||
629 | # CONFIG_FB_VIRTUAL is not set | ||
616 | 630 | ||
617 | # | 631 | # |
618 | # Console display driver support | 632 | # Console display driver support |
619 | # | 633 | # |
620 | # CONFIG_VGA_CONSOLE is not set | 634 | # CONFIG_VGA_CONSOLE is not set |
621 | CONFIG_DUMMY_CONSOLE=y | 635 | CONFIG_DUMMY_CONSOLE=y |
636 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
637 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
638 | # CONFIG_FONTS is not set | ||
639 | CONFIG_FONT_8x8=y | ||
640 | CONFIG_FONT_8x16=y | ||
641 | |||
642 | # | ||
643 | # Logo configuration | ||
644 | # | ||
645 | CONFIG_LOGO=y | ||
646 | # CONFIG_LOGO_LINUX_MONO is not set | ||
647 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
648 | CONFIG_LOGO_LINUX_CLUT224=y | ||
622 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 649 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
623 | 650 | ||
624 | # | 651 | # |