diff options
author | John Crispin <blogic@openwrt.org> | 2018-03-14 23:22:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-19 21:56:02 +0300 |
commit | 792c11c81923da2dabbec9b124d2a106f8f370a3 (patch) | |
tree | 4bb316f0829429cafee6951466dc15b5c78152d0 /drivers/staging/Kconfig | |
parent | 3497a53acd3857d748c1b297930e310d9558e96e (diff) | |
download | linux-792c11c81923da2dabbec9b124d2a106f8f370a3.tar.xz |
staging: mt7621-eth: mediatek: add Kconfig and Makefile
This patch adds the Makefile and Kconfig required to make the driver build.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Michael Lee <igvtee@gmail.com>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 4fc5295f79fd..2ead78ddf0bc 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -128,4 +128,6 @@ source "drivers/staging/mt7621-dma/Kconfig" source "drivers/staging/mt7621-mmc/Kconfig" +source "drivers/staging/mt7621-eth/Kconfig" + endif # STAGING |