drivers: can: Add Kconfig for CAN driver

This commit adds the Kconfig for generic CAN drivers.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
Alexander Wachter 2018-05-03 10:48:02 +02:00 committed by Carles Cufí
commit 023e4518f2
3 changed files with 74 additions and 0 deletions

View file

@ -77,4 +77,6 @@ source "drivers/wifi/Kconfig"
source "drivers/led/Kconfig"
source "drivers/can/Kconfig"
endmenu