summaryrefslogtreecommitdiffstats
path: root/config-arm-tegra
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2011-08-12 00:37:40 -0500
committerDennis Gilmore <dennis@ausil.us>2011-08-16 11:34:23 -0500
commit3e616b4b287d4859d0de712676c5bbc74d996036 (patch)
tree3b47cca6e09fbfa828392788570a43219100695b /config-arm-tegra
parent41dc1eca4d338b45ca71f210d8a874f2820d265a (diff)
downloadkernel-3e616b4b287d4859d0de712676c5bbc74d996036.tar.gz
kernel-3e616b4b287d4859d0de712676c5bbc74d996036.tar.xz
kernel-3e616b4b287d4859d0de712676c5bbc74d996036.zip
tweak the arm configs a little
build a up image on armv5tel its a basic qemu image. setup to make configs for building kernels on hardware floating point arm arches
Diffstat (limited to 'config-arm-tegra')
-rw-r--r--config-arm-tegra18
1 files changed, 17 insertions, 1 deletions
diff --git a/config-arm-tegra b/config-arm-tegra
index 31d89b3b2..15e9ed720 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -49,6 +49,11 @@ CONFIG_KEYBOARD_TEGRA=y
# CONFIG_MPCORE_WATCHDOG is not set
CONFIG_USB_EHCI_TEGRA=y
CONFIG_RTC_DRV_TEGRA=m
+
+CONFIG_SND_SOC_TEGRA=m
+CONFIG_SND_SOC_TEGRA_WM8903=m
+CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
+
CONFIG_MFD_NVEC=y
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_RCU_CPU_STALL_VERBOSE is not set
@@ -56,6 +61,7 @@ CONFIG_MFD_NVEC=y
CONFIG_KEYBOARD_NVEC=y
CONFIG_SERIO_NVEC_PS2=y
CONFIG_NVEC_POWER=y
+CONFIG_POWER_SUPPLY=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEBUG=y
@@ -67,5 +73,15 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_CPU_FREQ_TABLE=y
-CONFIG_CPU_FREQ_STAT=m
+CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
+
+
+# these modules all fail with missing __bad_udelay
+# http://www.spinics.net/lists/arm/msg15615.html provides some background
+# CONFIG_SUNGEM is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_DRM_RADEON is not set
+# CONFIG_ATM_HE is not set
+# CONFIG_SCSI_ACARD is not set