-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra
* 'for-linus' of git://android.git.kernel.org/kernel/tegra: (61 commits) ARM: tegra: trimslice: initialize PCI-e only when running on TrimSlice ARM: tegra: add PCI Express power gating ARM: tegra: PCIE minor code refactoring ARM: Tegra: DMA: Fail safe if initialization fails ARM: Tegra: Rename clk_dev1/2 to cdev1/2 ARM: Tegra: Rename I2S clocks to match driver name ARM: Tegra: Make tegra_dma_init a postcore_initcall ARM: tegra: add seaboard, wario and kaen boards ARM: tegra: harmony: fix pinmux for MMC slot ARM: tegra: harmony: register sdhci devices ARM: tegra: remove stale nvidia atag handler ARM: tegra: common device resources ARM: tegra: harmony: move over to tegra_gpio_config ARM: tegra: add tegra_gpio_table and tegra_gpio_config ARM: tegra: Hide EMC scaling config behind ARCH_TEGRA ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO ARM: tegra: common: Enable core clocks ARM: tegra: timer: Enable timer and rtc clocks ARM: tegra: Move tegra_common_init to tegra_init_early ARM: tegra: clock: prevent accidental disables of cpu clock ...
- Loading branch information
Showing
42 changed files
with
3,784 additions
and
1,039 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_CGROUPS=y | ||
CONFIG_CGROUP_DEBUG=y | ||
CONFIG_CGROUP_FREEZER=y | ||
CONFIG_CGROUP_CPUACCT=y | ||
CONFIG_RESOURCE_COUNTERS=y | ||
CONFIG_CGROUP_SCHED=y | ||
CONFIG_RT_GROUP_SCHED=y | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_SYSCTL_SYSCALL is not set | ||
# CONFIG_ELF_CORE is not set | ||
CONFIG_SLAB=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_MODULE_FORCE_UNLOAD=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_DEADLINE is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_ARCH_TEGRA=y | ||
CONFIG_MACH_HARMONY=y | ||
CONFIG_TEGRA_DEBUG_UARTD=y | ||
CONFIG_ARM_ERRATA_742230=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_SMP=y | ||
CONFIG_NR_CPUS=2 | ||
CONFIG_PREEMPT=y | ||
CONFIG_AEABI=y | ||
# CONFIG_OABI_COMPAT is not set | ||
CONFIG_HIGHMEM=y | ||
CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
CONFIG_ZBOOT_ROM_BSS=0x0 | ||
CONFIG_VFP=y | ||
CONFIG_PM=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_NET_KEY=y | ||
CONFIG_INET=y | ||
CONFIG_INET_ESP=y | ||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
# CONFIG_INET_XFRM_MODE_BEET is not set | ||
# CONFIG_INET_LRO is not set | ||
# CONFIG_INET_DIAG is not set | ||
CONFIG_IPV6=y | ||
CONFIG_IPV6_PRIVACY=y | ||
CONFIG_IPV6_ROUTER_PREF=y | ||
CONFIG_IPV6_OPTIMISTIC_DAD=y | ||
CONFIG_INET6_AH=y | ||
CONFIG_INET6_ESP=y | ||
CONFIG_INET6_IPCOMP=y | ||
CONFIG_IPV6_MIP6=y | ||
CONFIG_IPV6_TUNNEL=y | ||
CONFIG_IPV6_MULTIPLE_TABLES=y | ||
# CONFIG_WIRELESS is not set | ||
# CONFIG_FIRMWARE_IN_KERNEL is not set | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_MISC_DEVICES=y | ||
CONFIG_AD525X_DPOT=y | ||
CONFIG_AD525X_DPOT_I2C=y | ||
CONFIG_ICS932S401=y | ||
CONFIG_APDS9802ALS=y | ||
CONFIG_ISL29003=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_DUMMY=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
# CONFIG_INPUT is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_DEVKMEM is not set | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
# CONFIG_LEGACY_PTYS is not set | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_I2C=y | ||
# CONFIG_HWMON is not set | ||
# CONFIG_MFD_SUPPORT is not set | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_PLTFM=y | ||
CONFIG_EXT2_FS=y | ||
CONFIG_EXT2_FS_XATTR=y | ||
CONFIG_EXT2_FS_POSIX_ACL=y | ||
CONFIG_EXT2_FS_SECURITY=y | ||
CONFIG_EXT3_FS=y | ||
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
CONFIG_EXT3_FS_POSIX_ACL=y | ||
CONFIG_EXT3_FS_SECURITY=y | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_VFAT_FS=y | ||
CONFIG_TMPFS=y | ||
CONFIG_NLS_CODEPAGE_437=y | ||
CONFIG_NLS_ISO8859_1=y | ||
CONFIG_PRINTK_TIME=y | ||
CONFIG_MAGIC_SYSRQ=y | ||
CONFIG_DEBUG_FS=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
CONFIG_SCHEDSTATS=y | ||
CONFIG_TIMER_STATS=y | ||
CONFIG_DEBUG_SLAB=y | ||
# CONFIG_DEBUG_PREEMPT is not set | ||
CONFIG_DEBUG_MUTEXES=y | ||
CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_DEBUG_VM=y | ||
CONFIG_DEBUG_SG=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
CONFIG_DEBUG_LL=y | ||
CONFIG_EARLY_PRINTK=y | ||
CONFIG_CRYPTO_ECB=y | ||
CONFIG_CRYPTO_AES=y | ||
CONFIG_CRYPTO_ARC4=y | ||
CONFIG_CRYPTO_TWOFISH=y | ||
# CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
CONFIG_CRC_CCITT=y | ||
CONFIG_CRC16=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.