diff options
author | manjugk manjugk <manjugk@ti.com> | 2010-02-19 07:09:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-25 17:45:08 -0500 |
commit | 93bfc85b2361dec0d2b8b93311ce482957e34f5b (patch) | |
tree | 64a41566012124ad3db1313c9d40409f1a8927c1 | |
parent | 9833eff3d7db76d2d04f28567ed8704d69e225ae (diff) |
Zoom3: Defconfig update
Some of the features are not enabled by default in zoom3 defconfig.
This patch enables:
- MMC Resume
- TWL4030 RTC driver
- Debug File system
Build and boot tested on Zoom3 board.
Signed-off-by: Manjunatha GK <manjugk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap_zoom3_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/omap_zoom3_defconfig b/arch/arm/configs/omap_zoom3_defconfig index a3e3c8274c9b..ff8ac3dcc31d 100644 --- a/arch/arm/configs/omap_zoom3_defconfig +++ b/arch/arm/configs/omap_zoom3_defconfig | |||
@@ -1136,7 +1136,7 @@ CONFIG_TWL4030_USB=y | |||
1136 | # CONFIG_NOP_USB_XCEIV is not set | 1136 | # CONFIG_NOP_USB_XCEIV is not set |
1137 | CONFIG_MMC=y | 1137 | CONFIG_MMC=y |
1138 | # CONFIG_MMC_DEBUG is not set | 1138 | # CONFIG_MMC_DEBUG is not set |
1139 | # CONFIG_MMC_UNSAFE_RESUME is not set | 1139 | CONFIG_MMC_UNSAFE_RESUME=y |
1140 | 1140 | ||
1141 | # | 1141 | # |
1142 | # MMC/SD/SDIO Card Drivers | 1142 | # MMC/SD/SDIO Card Drivers |
@@ -1186,7 +1186,7 @@ CONFIG_RTC_INTF_DEV=y | |||
1186 | # CONFIG_RTC_DRV_PCF8563 is not set | 1186 | # CONFIG_RTC_DRV_PCF8563 is not set |
1187 | # CONFIG_RTC_DRV_PCF8583 is not set | 1187 | # CONFIG_RTC_DRV_PCF8583 is not set |
1188 | # CONFIG_RTC_DRV_M41T80 is not set | 1188 | # CONFIG_RTC_DRV_M41T80 is not set |
1189 | # CONFIG_RTC_DRV_TWL4030 is not set | 1189 | CONFIG_RTC_DRV_TWL4030=y |
1190 | # CONFIG_RTC_DRV_S35390A is not set | 1190 | # CONFIG_RTC_DRV_S35390A is not set |
1191 | # CONFIG_RTC_DRV_FM3130 is not set | 1191 | # CONFIG_RTC_DRV_FM3130 is not set |
1192 | # CONFIG_RTC_DRV_RX8581 is not set | 1192 | # CONFIG_RTC_DRV_RX8581 is not set |
@@ -1416,7 +1416,7 @@ CONFIG_FRAME_WARN=1024 | |||
1416 | CONFIG_MAGIC_SYSRQ=y | 1416 | CONFIG_MAGIC_SYSRQ=y |
1417 | # CONFIG_STRIP_ASM_SYMS is not set | 1417 | # CONFIG_STRIP_ASM_SYMS is not set |
1418 | # CONFIG_UNUSED_SYMBOLS is not set | 1418 | # CONFIG_UNUSED_SYMBOLS is not set |
1419 | # CONFIG_DEBUG_FS is not set | 1419 | CONFIG_DEBUG_FS=y |
1420 | # CONFIG_HEADERS_CHECK is not set | 1420 | # CONFIG_HEADERS_CHECK is not set |
1421 | CONFIG_DEBUG_KERNEL=y | 1421 | CONFIG_DEBUG_KERNEL=y |
1422 | # CONFIG_DEBUG_SHIRQ is not set | 1422 | # CONFIG_DEBUG_SHIRQ is not set |