linux-2.6.13-rc2-mm2: kconfig: warning: defaults for choice values not supported

From: Grant Coady
Date: Tue Jul 12 2005 - 16:00:23 EST


Hi there,

Lately in 2.6.13-rc* I've noticed a warning pop up:

grant@peetoo:/usr/src/linux-2.6.13-rc2-mm2a$ make menuconfig
...
scripts/kconfig/mconf arch/i386/Kconfig
net/ipv4/Kconfig:92:warning: defaults for choice values not supported <<== ??
#
# using defaults found in .config
#
Linux Kernel v2.6.13-rc2-mm2 Configuration
----------------------------------------------------------------------------------------------
+------------------------------ Linux Kernel Configuration -------------------------------+
- - -
# If the user does not enable advanced routing, he gets the safe
# default of the fib-hash algorithm.
config IP_FIB_HASH
bool
depends on !IP_ADVANCED_ROUTER
default y <<== line 92 in net/ipv4/Kconfig

config IP_MULTIPLE_TABLES
bool "IP: policy routing"
depends on IP_ADVANCED_ROUTER
- - -

'make oldconfig' and 'make defconfig' report same warning.

Thanks,
--Grant.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/