On Sun, Mar 20, 2011 at 03:45:33PM +0530, Alexander Beregalov wrote: > On 23 February 2011 16:00, <Narendra_K@xxxxxxxx> wrote: > > On Wed, Feb 23, 2011 at 06:14:19PM +0530, Matthew Garrett wrote: > >> I think this version will still break the build. You need to depend on > >> CONFIG_NLS. > > > > Matthew, > > > > Thanks. I posted a patch to linux-next to fix the build failure. > > Hi, > it still does not work > > drivers/pci/Kconfig: > select NLS if (DMI || ACPI) > > $ egrep "G_ACPI=|_DMI=|G_NLS=" .config > CONFIG_DMI=y > CONFIG_ACPI=y > CONFIG_NLS=m > > pci-label.c:(.text+0xb80a): undefined reference to `utf16s_to_utf8s' Hi, With '2.6.38' mainline kernel + 'patch-v2.6.38-next-20110321', i could not see this issue. With CONFIG_DMI=y and CONFIG_ACPI=y, CONFIG_NLS is set to 'y' even when doing an 'allmodconfig' because of the 'select NLS if (DMI || ACPI)' in drivers/pci/Kconfig. Please let me know if i am missing something so that i can replicate this failure. With regards, Narendra K -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html