From 7edbfcc3469dbee61e9d12ddf1cd73f0d407decf Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Mon, 24 Nov 2014 15:43:29 +0900 Subject: [PATCH] ODROIDC:config: remove kernel feature CONFIG_SECURITYKEY Change-Id: I1e01159f21b213083be374f22c0342343e935525 Signed-off-by: Dongjin Kim --- arch/arm/configs/odroidc_defconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/configs/odroidc_defconfig b/arch/arm/configs/odroidc_defconfig index 273fed8daee9..d73ad9e697c5 100755 --- a/arch/arm/configs/odroidc_defconfig +++ b/arch/arm/configs/odroidc_defconfig @@ -1015,7 +1015,7 @@ CONFIG_MESON_CS_DCDC_REGULATOR=y # # Security key Support # -CONFIG_SECURITYKEY=y +# CONFIG_SECURITYKEY is not set # # key management Support @@ -1079,9 +1079,9 @@ CONFIG_PHYLIB=y # MII PHY device drivers # CONFIG_AML_PHY=y -CONFIG_AML_LAN8720=y -CONFIG_AML_IP101_PHY=y -CONFIG_AML_KSZ8091=y +# CONFIG_AML_LAN8720 is not set +# CONFIG_AML_IP101_PHY is not set +# CONFIG_AML_KSZ8091 is not set CONFIG_AML_RTL8211F=y CONFIG_AM_ETHERNET_DEBUG_LEVEL=1 CONFIG_AM_WIFI=y