Hello again,
On Mon, 30 Oct 2000 at 08:57, Russell King - ARM Linux Admin wrote:
> Hmm, sounds like another CML1 bug. The Config.in menus look correct.
> Unfortunately, the current Linux configuration language is really starting
> to break up.
After doing some experiments there seems to to be som bug in the
configuration language or something similar. I did an ugly hack in
arch/arm/config.in aroun the lines which handles the pci-selections. This
is just a hack, but it illustrates the problem I think.
mainmenu_option next_comment
comment 'General setup'
# Now handle the bus types
if [ "$CONFIG_ARCH_FTVPCI" = "y" -o \
"$CONFIG_ARCH_SHARK" = "y" -o \
"$CONFIG_FOOTBRIDGE_HOST" = "y" ]; then
define_bool _FOO_PCI y
define_bool CONFIG_PCI y
else
define_bool _FOO_PCI n
if [ "$CONFIG_ARCH_INTEGRATOR" = "y" ]; then
bool 'PCI support' CONFIG_PCI
else
define_bool CONFIG_PCI n
fi
fi
if [ "$_FOO_PCI" = "y" ]; then
define_bool CONFIG_PCI y
else
define_bool CONFIG_PCI n
fi
After adding this few lines and setting CONFIG_PCI via a dummy variable I
get access to the sound-menu. Seems quite wiered I think..
Anyhow, it seems like drivers/media/Config.in never is sourced in the arm
config.in too.
Regards,
// M
---
This signature ought to be left blank, but is not.
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm