diff options
author | Olof Johansson <olof@lixom.net> | 2011-03-04 19:11:43 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-03-07 18:44:35 -0500 |
commit | c4d9e4a0b9960fbf4d945bdad47ba005abe8813c (patch) | |
tree | 3dd92cb2aaf7a164306254adcce871ff0916fdf0 /arch | |
parent | 65b935aa998f8df4d96ea746110af0ad7a6f8e76 (diff) |
ARM: tegra: enable new drivers in defconfig
Enable new platforms and tegra drivers in tegra_defconfig. Also enable
some of the common devices several platforms, and GUID partition tables
to make it possible to boot a tegra_defconfig kernel with a ChromiumOS
filesystem.
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 7a9267e5da55..eb8c31ee4e53 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig | |||
@@ -21,6 +21,10 @@ CONFIG_MODULE_FORCE_UNLOAD=y | |||
21 | # CONFIG_IOSCHED_CFQ is not set | 21 | # CONFIG_IOSCHED_CFQ is not set |
22 | CONFIG_ARCH_TEGRA=y | 22 | CONFIG_ARCH_TEGRA=y |
23 | CONFIG_MACH_HARMONY=y | 23 | CONFIG_MACH_HARMONY=y |
24 | CONFIG_MACH_KAEN=y | ||
25 | CONFIG_MACH_PAZ00=y | ||
26 | CONFIG_MACH_TRIMSLICE=y | ||
27 | CONFIG_MACH_WARIO=y | ||
24 | CONFIG_TEGRA_DEBUG_UARTD=y | 28 | CONFIG_TEGRA_DEBUG_UARTD=y |
25 | CONFIG_ARM_ERRATA_742230=y | 29 | CONFIG_ARM_ERRATA_742230=y |
26 | CONFIG_NO_HZ=y | 30 | CONFIG_NO_HZ=y |
@@ -78,12 +82,21 @@ CONFIG_SERIAL_8250_CONSOLE=y | |||
78 | # CONFIG_LEGACY_PTYS is not set | 82 | # CONFIG_LEGACY_PTYS is not set |
79 | # CONFIG_HW_RANDOM is not set | 83 | # CONFIG_HW_RANDOM is not set |
80 | CONFIG_I2C=y | 84 | CONFIG_I2C=y |
81 | # CONFIG_HWMON is not set | 85 | # CONFIG_I2C_COMPAT is not set |
86 | # CONFIG_I2C_HELPER_AUTO is not set | ||
87 | CONFIG_I2C_TEGRA=y | ||
88 | CONFIG_SENSORS_LM90=y | ||
82 | # CONFIG_MFD_SUPPORT is not set | 89 | # CONFIG_MFD_SUPPORT is not set |
83 | # CONFIG_USB_SUPPORT is not set | 90 | # CONFIG_USB_SUPPORT is not set |
84 | CONFIG_MMC=y | 91 | CONFIG_MMC=y |
85 | CONFIG_MMC_SDHCI=y | 92 | CONFIG_MMC_SDHCI=y |
86 | CONFIG_MMC_SDHCI_PLTFM=y | 93 | CONFIG_MMC_SDHCI_PLTFM=y |
94 | CONFIG_MMC_SDHCI_TEGRA=y | ||
95 | CONFIG_STAGING=y | ||
96 | # CONFIG_STAGING_EXCLUDE_BUILD is not set | ||
97 | CONFIG_IIO=y | ||
98 | CONFIG_SENSORS_ISL29018=y | ||
99 | CONFIG_SENSORS_AK8975=y | ||
87 | CONFIG_EXT2_FS=y | 100 | CONFIG_EXT2_FS=y |
88 | CONFIG_EXT2_FS_XATTR=y | 101 | CONFIG_EXT2_FS_XATTR=y |
89 | CONFIG_EXT2_FS_POSIX_ACL=y | 102 | CONFIG_EXT2_FS_POSIX_ACL=y |
@@ -95,6 +108,8 @@ CONFIG_EXT3_FS_SECURITY=y | |||
95 | # CONFIG_DNOTIFY is not set | 108 | # CONFIG_DNOTIFY is not set |
96 | CONFIG_VFAT_FS=y | 109 | CONFIG_VFAT_FS=y |
97 | CONFIG_TMPFS=y | 110 | CONFIG_TMPFS=y |
111 | CONFIG_PARTITION_ADVANCED=y | ||
112 | CONFIG_EFI_PARTITION=y | ||
98 | CONFIG_NLS_CODEPAGE_437=y | 113 | CONFIG_NLS_CODEPAGE_437=y |
99 | CONFIG_NLS_ISO8859_1=y | 114 | CONFIG_NLS_ISO8859_1=y |
100 | CONFIG_PRINTK_TIME=y | 115 | CONFIG_PRINTK_TIME=y |