* please disable several items in 44x/canyonlands_defconfig
@ 2009-03-31 2:16 Cheng Renquan
2009-03-31 13:06 ` Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: Cheng Renquan @ 2009-03-31 2:16 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev
These 3 items are generally not used in 44x/canyonlands board, please
consider disable them when you change 44x/canyonlands_defconfig next
time,
CONFIG_PCI_LEGACY
CONFIG_DAB
CONFIG_VIDEO_OUTPUT_CONTROL
Thanks,
$ git diff HEAD -- arch/powerpc/configs/44x/canyonlands_defconfig
diff --git a/arch/powerpc/configs/44x/canyonlands_defconfig
b/arch/powerpc/configs/44x/canyonlands_defconfig
index f9a08ee..8792045 100644
--- a/arch/powerpc/configs/44x/canyonlands_defconfig
+++ b/arch/powerpc/configs/44x/canyonlands_defconfig
@@ -262,7 +262,7 @@ CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
-CONFIG_PCI_LEGACY=y
+CONFIG_PCI_LEGACY=n
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCCARD is not set
@@ -716,7 +716,7 @@ CONFIG_SSB_POSSIBLE=y
#
# Multimedia drivers
#
-CONFIG_DAB=y
+CONFIG_DAB=n
# CONFIG_USB_DABUSB is not set
#
@@ -725,7 +725,7 @@ CONFIG_DAB=y
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
-CONFIG_VIDEO_OUTPUT_CONTROL=m
+CONFIG_VIDEO_OUTPUT_CONTROL=n
# CONFIG_FB is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
--
Cheng Renquan, Shenzhen, China
Casey Stengel - "All right everyone, line up alphabetically according
to your height."
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: please disable several items in 44x/canyonlands_defconfig
2009-03-31 2:16 please disable several items in 44x/canyonlands_defconfig Cheng Renquan
@ 2009-03-31 13:06 ` Josh Boyer
0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2009-03-31 13:06 UTC (permalink / raw)
To: Cheng Renquan; +Cc: linuxppc-dev
On Tue, Mar 31, 2009 at 10:16:01AM +0800, Cheng Renquan wrote:
>These 3 items are generally not used in 44x/canyonlands board, please
>consider disable them when you change 44x/canyonlands_defconfig next
>time,
>
>CONFIG_PCI_LEGACY
>CONFIG_DAB
>CONFIG_VIDEO_OUTPUT_CONTROL
I've done a bit broader patch that did this for the rest of the 4xx boards
as well. It should be sitting in my -next tree.
Thanks,
josh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-31 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 2:16 please disable several items in 44x/canyonlands_defconfig Cheng Renquan
2009-03-31 13:06 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).