From 4ac993f502e6815ecd6ada84b0c2226497f0ac93 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 6 Aug 2010 14:50:00 -0700 Subject: [PATCH] [ARM] tegra: stingray: Remove cruft from defconfig, add CROSS_COMPILE Signed-off-by: Colin Cross Change-Id: I6b6a3be38a23f7cf09309bb326ce020ac4dc471a --- arch/arm/configs/stingray_defconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 1f6c5bdfba81..a94301a04b6a 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -37,7 +37,7 @@ CONFIG_CONSTRUCTORS=y CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_CROSS_COMPILE="" +CONFIG_CROSS_COMPILE="arm-eabi-" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y @@ -47,7 +47,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_LZO is not set -CONFIG_SWAP=y +# CONFIG_SWAP is not set # CONFIG_SYSVIPC is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set @@ -1478,10 +1478,10 @@ CONFIG_VIDEO_OV5650=y # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set # CONFIG_SOC_CAMERA is not set -CONFIG_V4L_USB_DRIVERS=y +# CONFIG_V4L_USB_DRIVERS is not set # CONFIG_USB_VIDEO_CLASS is not set -CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y -CONFIG_USB_GSPCA=m +# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set +# CONFIG_USB_GSPCA is not set # CONFIG_USB_M5602 is not set # CONFIG_USB_STV06XX is not set # CONFIG_USB_GL860 is not set -- 2.34.1