In the Linux kernel it is possible to default to the value of another variable, e.g. for transitional key:
config NEW_BOOL
bool "New bool option"
default OLD_BOOL
This defaults NEW_BOOL to the value of OLD_BOOL.
This feature would be necessary to support transitional variables.