Skip to content

Symbol assignment to the default keyword is missing #31

@gylstorffq

Description

@gylstorffq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions