> drivers/net/at1700.c drivers/net/fmv18x.c drivers/net/pcmcia/fmvj18x_cs.c:
>       Change CONFIG_[01] to CONF_REGISTER_[01]

Rejected. These are the real register names in the docs

> drivers/net/Makefile:
>       Eliminate unused and unset configuration symbol CONFIG_3C589 and
>       CONFIG_DE650.

Applied

> drivers/net/aironet4500_card.c
>       CONFIG_AIRONET4500_365 needed to be CONFIG_AIRONET4500_I365.
>       (This was a real bug!)

Applied - indeed appears to be a real bug.

> drivers/char/rio/rioinit.c:
>       Changed CONFIG_ADDRESS and CONFIG_DATA to CONFIGURE_ADDRESS
>       and CONFIGURE_DATA.

Rejected; This isnt even in code compiled with Linux defined. 

> drivers/i2o/i2o_lan.c:
>       Changed never-set symbol CONFIG_ANYLAN to __UNUSED__

I'd prefer to keep this - Its ready for when anylan support appears.

> drivers/block/ll_rw_blk.c:
>       Changed never-set symbol CONFIG_APBLOCK to CONFIG_AP1000.  This is
>       consistent with comments in major.h (CONFIG_AP1000 is never set either
>       but at least this reduces the clutter.)

Kill it entirely AP1000 and APBLOCK are both dead (There are no AP1000's left)

> drivers/media/video/zr36120_mem.c:
>       This file guards an inclusion of a nonexistent bigphysarea.h 
>       header file with a never-set CONFIG_BIGPHYS_AREA symbol.  According
>       to Documentation/sound/sonicvibes, this is a hack that goes with 
>       an third-party bigphysarea patch -- which should take responsibility
>       for patching this file as well.  This should probably be removed, but
>       I've just renamed the macro EXTERNAL_BIGPHYS_AREA to get it out of
>       CONFIG_ space.

Rejected. It breaks people adding the bigmem patch if you do this.

> drivers/net/tokenring/tms380tr.h:
>       CONFIG_BRIDGE_PARMS -> CONF_BRIDGE_PARMS.  This symbol is not actually
>       used anywhere.

Again this is the name in the documentation for the chip

> The following drivers/video changes form an connected group:

Same again

> drivers/net/wan/comx.h:
>       CONFIG_COMX_DEBUG_RAW -> ENABLE_COMX_DEBUG_RAW

See I dont want to lose these. They should be CONFIG_ so they dont break the
config tree when you add them to a build for debug testing. Without it the
dep magic breaks.

> arch/alpha/kernel/smc37c93x.c:
>       CONFIG_CONTROL -> CONFIGURE_CONTROL, CONFIG_ON_KEY -> CONFIGURE_ON_KEY,
>       CONFIG_OFF_KEY -> CONFIGURE_OFF_KEY.

Register names

> drivers/char/rio/cirrus.h:
>       CONFIG_COR[1245] -> CONFIGURE_COR[1245]

Register names

> drivers/net/wan/cycx_main.c:
>       CONFIG_CYCLOMX_CARDS -> CONFIGURE_CYCLOMX_CARDS

Active maintainer <[EMAIL PROTECTED]>

> drivers/net/eepro100.c:
>       CONFIG_DATA_SIZE -> CONFIGURE_DATA_SIZE

Looks sensible - applied as CONF_DATA_SIZE

> net/decnet/Makefile:
>       Removed unset symbol CONFIG_DECNET_FW.

Decnet has an active maintainer but looks right

> drivers/dio/dio.c:
>       CONFIG_DIO_CONSTANTS -> ENABLE_DIO_CONSTANTS

Left - thats a 'todo' to become a real config opt

> drivers/net/tokenring/smctr.h:
>       CONFIG_ERROR -> CONFIGURE_ERROR, CONFIG_WARNING -> CONFIGURE_WARNING.
>       These symbols are not actually used anywhere.

Values from the documentation


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to