diff options
author | Shashank Sharma <shashanks@nvidia.com> | 2012-02-04 14:53:59 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-02-10 17:55:33 -0800 |
commit | 53762ebadc988d4d4fef1387ffb073b8dab234c2 (patch) | |
tree | 0d713a4a240bd6312a9fa653bbeafc6f93442a34 /arch | |
parent | 6cd86d5185add08d7e5588cee55aea091d3035a8 (diff) |
ARM: tegra: config: Enable Framebuffer console
This patch contains(for both T20 and T30):
1. kernel config flags to enable Fbconsole
2. Kernel config flags to ebable logo during bootup
Bug: 921567
Change-Id: I589c45218973655545c6826131e32fd6c609d7b3
Signed-off-by: Shashank Sharma (shashanks@nvidia.com)
Reviewed-on: http://git-master/r/79396
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: Shashank Sharma <shashanks@nvidia.com>
Reviewed-by: Kiran Adduri <kadduri@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra3_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra3_defconfig b/arch/arm/configs/tegra3_defconfig index fdbdfaf20691..1e6ddcd414bd 100644 --- a/arch/arm/configs/tegra3_defconfig +++ b/arch/arm/configs/tegra3_defconfig @@ -321,6 +321,8 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_TEGRA_PWM=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_LOGO=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=m diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 2e5e33bf11bc..26d444c89b0f 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -300,6 +300,8 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_TEGRA_PWM=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_LOGO=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y |