From 0764f24ae6bc937e358990c357f7452b4d5351e3 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 21 Mar 2016 06:47:42 -0700 Subject: net: Move CONFIG_RTL8169 to Kconfig Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng Acked-by: Stephen Warren Acked-by: Joe Hershberger --- include/configs/chromebox_panther.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/chromebox_panther.h') diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h index d5b33902cc..05266e8ab3 100644 --- a/include/configs/chromebox_panther.h +++ b/include/configs/chromebox_panther.h @@ -10,6 +10,4 @@ #include #include -#define CONFIG_RTL8169 - #endif /* __CONFIG_H */ -- cgit