Skip to content

Commit c4d9e4a

Browse files
committed
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>
1 parent 65b935a commit c4d9e4a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

arch/arm/configs/tegra_defconfig

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ CONFIG_MODULE_FORCE_UNLOAD=y
2121
# CONFIG_IOSCHED_CFQ is not set
2222
CONFIG_ARCH_TEGRA=y
2323
CONFIG_MACH_HARMONY=y
24+
CONFIG_MACH_KAEN=y
25+
CONFIG_MACH_PAZ00=y
26+
CONFIG_MACH_TRIMSLICE=y
27+
CONFIG_MACH_WARIO=y
2428
CONFIG_TEGRA_DEBUG_UARTD=y
2529
CONFIG_ARM_ERRATA_742230=y
2630
CONFIG_NO_HZ=y
@@ -78,12 +82,21 @@ CONFIG_SERIAL_8250_CONSOLE=y
7882
# CONFIG_LEGACY_PTYS is not set
7983
# CONFIG_HW_RANDOM is not set
8084
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
8289
# CONFIG_MFD_SUPPORT is not set
8390
# CONFIG_USB_SUPPORT is not set
8491
CONFIG_MMC=y
8592
CONFIG_MMC_SDHCI=y
8693
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
87100
CONFIG_EXT2_FS=y
88101
CONFIG_EXT2_FS_XATTR=y
89102
CONFIG_EXT2_FS_POSIX_ACL=y
@@ -95,6 +108,8 @@ CONFIG_EXT3_FS_SECURITY=y
95108
# CONFIG_DNOTIFY is not set
96109
CONFIG_VFAT_FS=y
97110
CONFIG_TMPFS=y
111+
CONFIG_PARTITION_ADVANCED=y
112+
CONFIG_EFI_PARTITION=y
98113
CONFIG_NLS_CODEPAGE_437=y
99114
CONFIG_NLS_ISO8859_1=y
100115
CONFIG_PRINTK_TIME=y

0 commit comments

Comments
 (0)