drivers: can: Kconfig.rcar: Make options depend on its driver

Need this so that the option won't pop out without R-Car selected.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2021-06-25 15:51:31 +09:00 committed by Kumar Gala
commit ebf35f8f93

View file

@ -11,6 +11,7 @@ config CAN_RCAR
config CAN_RCAR_MAX_FILTER
int "Maximum number of concurrent active filters"
depends on CAN_RCAR
default 5
range 1 32
help