diff options
author | Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | 2010-05-10 17:29:14 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 13:48:57 -0400 |
commit | d22ae836d65f5b59ca91a14a7694e2b643c6cf63 (patch) | |
tree | 2b2124b97541667861084f1a57a21599fd784e2e /arch | |
parent | b227358d333426abe47211b5be1fb69c0f74955f (diff) |
omap1: amsdelta: defconfig updates
The patch provides the following ams_delta_defconfig updates:
- explicitly select preemptable RCU,
- replace outdated CONFIG_LBD and CONFIG_LSF options with CONFIG_LBDAF,
- activate support for LCD contrast setting (new in 2.6.34),
- turn off verbose bug reporting for smaller kernel.
Created and tested against linux-2.6.34-rc3.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/ams_delta_defconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/configs/ams_delta_defconfig b/arch/arm/configs/ams_delta_defconfig index 3b3a3775bbf4..1d0e8926a2f0 100644 --- a/arch/arm/configs/ams_delta_defconfig +++ b/arch/arm/configs/ams_delta_defconfig | |||
@@ -47,6 +47,7 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
47 | # CONFIG_TASKSTATS is not set | 47 | # CONFIG_TASKSTATS is not set |
48 | # CONFIG_UTS_NS is not set | 48 | # CONFIG_UTS_NS is not set |
49 | # CONFIG_AUDIT is not set | 49 | # CONFIG_AUDIT is not set |
50 | CONFIG_TREE_PREEMPT_RCU=y | ||
50 | # CONFIG_IKCONFIG is not set | 51 | # CONFIG_IKCONFIG is not set |
51 | CONFIG_LOG_BUF_SHIFT=14 | 52 | CONFIG_LOG_BUF_SHIFT=14 |
52 | CONFIG_SYSFS_DEPRECATED=y | 53 | CONFIG_SYSFS_DEPRECATED=y |
@@ -95,9 +96,8 @@ CONFIG_KMOD=y | |||
95 | # Block layer | 96 | # Block layer |
96 | # | 97 | # |
97 | CONFIG_BLOCK=y | 98 | CONFIG_BLOCK=y |
98 | # CONFIG_LBD is not set | 99 | # CONFIG_LBDAF is not set |
99 | # CONFIG_BLK_DEV_IO_TRACE is not set | 100 | # CONFIG_BLK_DEV_IO_TRACE is not set |
100 | # CONFIG_LSF is not set | ||
101 | 101 | ||
102 | # | 102 | # |
103 | # IO Schedulers | 103 | # IO Schedulers |
@@ -835,7 +835,8 @@ CONFIG_DAB=y | |||
835 | # | 835 | # |
836 | # Graphics support | 836 | # Graphics support |
837 | # | 837 | # |
838 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 838 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
839 | CONFIG_LCD_CLASS_DEVICE=y | ||
839 | 840 | ||
840 | # | 841 | # |
841 | # Display device support | 842 | # Display device support |
@@ -1283,7 +1284,7 @@ CONFIG_DEBUG_PREEMPT=y | |||
1283 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1284 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1284 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1285 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1285 | # CONFIG_DEBUG_KOBJECT is not set | 1286 | # CONFIG_DEBUG_KOBJECT is not set |
1286 | CONFIG_DEBUG_BUGVERBOSE=y | 1287 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1287 | # CONFIG_DEBUG_INFO is not set | 1288 | # CONFIG_DEBUG_INFO is not set |
1288 | # CONFIG_DEBUG_VM is not set | 1289 | # CONFIG_DEBUG_VM is not set |
1289 | # CONFIG_DEBUG_LIST is not set | 1290 | # CONFIG_DEBUG_LIST is not set |