From 7242eb38ab00093db5232c5fb16a3d30f91eac5c Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 26 Jul 2012 15:49:50 +0100 Subject: [PATCH] configs: vexpress: Enable CONFIG_SMC91X This is the ethernet device RTSM models and we want normal vexpress kernels also working on RTSM. Signed-off-by: Jon Medhurst --- linaro/configs/vexpress.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf index 4aca6be57e39..6a06e8b38064 100644 --- a/linaro/configs/vexpress.conf +++ b/linaro/configs/vexpress.conf @@ -7,6 +7,7 @@ CONFIG_NEON=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_SMSC911X=y +CONFIG_SMC91X=y CONFIG_INPUT_EVDEV=y CONFIG_SERIO_AMBAKMI=y CONFIG_SERIAL_AMBA_PL011=y -- 2.34.1