diff mbox

ARM: tegra: config: enable RTC for Cardhu and Whistler

Message ID 1347387310-13087-1-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Sept. 11, 2012, 6:15 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

Enable CONFIG_RTC_DRV_TPS65910, CONFIG_RTC_DRV_MAX8907, and some RTC
options that Kconfig help implies should typically be enabled;
RTC_INTF_SYSFS, INTF_PROC, RTC_INTF_DEV.

While rebuilding defconfig:

* Removed entry for HOTPLUG_CPU since it is now implied by PM_SLEEP_SMP.
* Enabled MEDIA_USB_SUPPORT, which is a requirement to keep
  USB_VIDEO_CLASS=m.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 arch/arm/configs/tegra_defconfig |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

Comments

Stephen Warren Sept. 11, 2012, 8:03 p.m. UTC | #1
On 09/11/2012 12:15 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Enable CONFIG_RTC_DRV_TPS65910, CONFIG_RTC_DRV_MAX8907, and some RTC
> options that Kconfig help implies should typically be enabled;
> RTC_INTF_SYSFS, INTF_PROC, RTC_INTF_DEV.
> 
> While rebuilding defconfig:
> 
> * Removed entry for HOTPLUG_CPU since it is now implied by PM_SLEEP_SMP.
> * Enabled MEDIA_USB_SUPPORT, which is a requirement to keep
>   USB_VIDEO_CLASS=m.

Applied to Tegra's for-3.7/defconfig branch. I also squashed all the (3)
patches in that branch into a single patch to avoid a little bit of
churn due to earlier patches enabling some features that ended up being
selected later on, and hence not showing up any more.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index ef2c679..adcf3c2 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -31,7 +31,6 @@  CONFIG_TEGRA_PCI=y
 CONFIG_TEGRA_DEBUG_UART_AUTO_ODMDATA=y
 CONFIG_TEGRA_EMC_SCALING_ENABLE=y
 CONFIG_SMP=y
-CONFIG_HOTPLUG_CPU=y
 CONFIG_PREEMPT=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
@@ -137,9 +136,8 @@  CONFIG_REGULATOR_TPS6586X=y
 CONFIG_REGULATOR_TPS65910=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_USB_SUPPORT=y
 CONFIG_USB_VIDEO_CLASS=m
-# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
-# CONFIG_USB_GSPCA is not set
 CONFIG_SOUND=y
 CONFIG_SND=y
 # CONFIG_SND_SUPPORT_OLD_API is not set
@@ -170,7 +168,11 @@  CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_GPIO=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
 CONFIG_RTC_DRV_MAX8907=y
+CONFIG_RTC_DRV_TPS65910=y
 CONFIG_RTC_DRV_EM3027=y
 CONFIG_RTC_DRV_TEGRA=y
 CONFIG_STAGING=y