Prev: Staging: wlan-ng: fix checkpatch warnings in hfa384x.h
Next: linux-next: manual merge of the genesis tree with Linus' tree
From: Stephen Rothwell on 12 Jul 2010 21:20 Hi Kukjin, Today's linux-next merge of the s5p tree got a conflict in arch/arm/configs/s5pv210_defconfig between commit 07a8c03f3e06129e847acd068b8b89c13357ee64 ("ARM: reduce defconfigs") from Linus' tree and commit 2976beb1dd86974ae98a992ca23a626f8be7e7dd ("ARM: s5pv210_defconfig: Update for removing s5pc110_defconfig") from the s5p tree. I fixed it up (see below - it may no longer be minimal) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au diff --git a/arch/arm/configs/s5pv210_defconfig b/arch/arm/configs/s5pv210_defconfig index 1753836..bbb1736 100644 --- a/arch/arm/configs/s5pv210_defconfig +++ b/arch/arm/configs/s5pv210_defconfig @@ -7,6 +7,10 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_S5PV210=y CONFIG_S3C_LOWLEVEL_UART_PORT=1 +CONFIG_S3C_DEV_FB=y +CONFIG_S5PV210_SETUP_FB_24BPP=y +CONFIG_MACH_AQUILA=y +CONFIG_MACH_SMDKC110=y CONFIG_MACH_SMDKV210=y CONFIG_VMSPLIT_2G=y CONFIG_PREEMPT=y @@ -31,6 +35,9 @@ CONFIG_SERIAL_SAMSUNG=y CONFIG_SERIAL_SAMSUNG_CONSOLE=y CONFIG_HW_RANDOM=y # CONFIG_HWMON is not set +# CONFIG_RAMOOPS is not set +CONFIG_MFD_SUPPORT=y +# CONFIG_ABX500_CORE is not set # CONFIG_VGA_CONSOLE is not set # CONFIG_HID_SUPPORT is not set # CONFIG_USB_SUPPORT is not set -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Kukjin Kim on 12 Jul 2010 22:30
Stephen Rothwell wrote: > > Hi Kukjin, > Hi :-) > Today's linux-next merge of the s5p tree got a conflict in > arch/arm/configs/s5pv210_defconfig between commit > 07a8c03f3e06129e847acd068b8b89c13357ee64 ("ARM: reduce defconfigs") from > Linus' tree and commit 2976beb1dd86974ae98a992ca23a626f8be7e7dd ("ARM: > s5pv210_defconfig: Update for removing s5pc110_defconfig") from the s5p > tree. > > I fixed it up (see below - it may no longer be minimal) and can carry the > fix as necessary. Thanks..and I will fix it in my tree. > -- > Cheers, > Stephen Rothwell sfr(a)canb.auug.org.au > > diff --git a/arch/arm/configs/s5pv210_defconfig > b/arch/arm/configs/s5pv210_defconfig > index 1753836..bbb1736 100644 > --- a/arch/arm/configs/s5pv210_defconfig > +++ b/arch/arm/configs/s5pv210_defconfig > @@ -7,6 +7,10 @@ CONFIG_MODULE_UNLOAD=y > # CONFIG_BLK_DEV_BSG is not set > CONFIG_ARCH_S5PV210=y > CONFIG_S3C_LOWLEVEL_UART_PORT=1 > +CONFIG_S3C_DEV_FB=y > +CONFIG_S5PV210_SETUP_FB_24BPP=y > +CONFIG_MACH_AQUILA=y > +CONFIG_MACH_SMDKC110=y > CONFIG_MACH_SMDKV210=y > CONFIG_VMSPLIT_2G=y > CONFIG_PREEMPT=y > @@ -31,6 +35,9 @@ CONFIG_SERIAL_SAMSUNG=y > CONFIG_SERIAL_SAMSUNG_CONSOLE=y > CONFIG_HW_RANDOM=y > # CONFIG_HWMON is not set > +# CONFIG_RAMOOPS is not set > +CONFIG_MFD_SUPPORT=y > +# CONFIG_ABX500_CORE is not set > # CONFIG_VGA_CONSOLE is not set > # CONFIG_HID_SUPPORT is not set > # CONFIG_USB_SUPPORT is not set Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim(a)samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |