From: <mar...@us...> - 2007-06-27 15:55:21
|
Revision: 1088 http://svn.sourceforge.net/hackndev/?rev=1088&view=rev Author: marex_z71 Date: 2007-06-27 08:55:05 -0700 (Wed, 27 Jun 2007) Log Message: ----------- PalmLD: updated defconfig with compiled-in power_supply (battery works again) Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig Modified: linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2007-06-27 13:52:28 UTC (rev 1087) +++ linux4palm/linux/trunk/arch/arm/configs/palmld_defconfig 2007-06-27 15:55:05 UTC (rev 1088) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.21-hnd0 -# Sun May 27 14:49:20 2007 +# Linux kernel version: 2.6.21-hnd2 +# Wed Jun 27 17:44:15 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -189,6 +189,8 @@ # CONFIG_MACH_ZIRE31 is not set CONFIG_GPIOED=m CONFIG_GPIOEDNG=m +# CONFIG_MACH_GHI270HG is not set +# CONFIG_MACH_GHI270 is not set # CONFIG_PXA_SHARPSL is not set # CONFIG_MACH_TRIZEPS4 is not set CONFIG_PXA27x=y @@ -691,6 +693,12 @@ # # Wireless 802.11b ISA/PCI cards support # +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_CS=m +CONFIG_LIBERTAS_CF8305=y +# CONFIG_LIBERTAS_CF8381 is not set +# CONFIG_LIBERTAS_CF8385 is not set +CONFIG_LIBERTAS_DEBUG=y # CONFIG_HERMES is not set # CONFIG_ATMEL is not set @@ -752,6 +760,7 @@ CONFIG_INPUT_TSDEV_SCREEN_Y=480 CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set +# CONFIG_INPUT_LED_TRIGGER is not set # # Input Device Drivers @@ -837,7 +846,6 @@ # CONFIG_WATCHDOG is not set CONFIG_HW_RANDOM=m # CONFIG_NVRAM is not set -# CONFIG_SA1100_RTC is not set # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_TIHTC is not set @@ -876,16 +884,13 @@ # # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_PDA_POWER=y +CONFIG_APM_POWER=y +# CONFIG_BATTERY_DS2760 is not set # -# Hardware Monitoring - external power and batteries -# -CONFIG_EXTERNAL_POWER=m -CONFIG_BATTERY=m -CONFIG_PDA_POWER=m -CONFIG_APM_POWER=m - -# # L3 serial bus support # # CONFIG_L3 is not set @@ -906,6 +911,7 @@ # CONFIG_MFD_SM501 is not set # CONFIG_HTC_ASIC2 is not set # CONFIG_HTC_ASIC3 is not set +# CONFIG_HTC_EGPIO is not set # CONFIG_HTC_ASIC3_DS1WM is not set # CONFIG_SOC_SAMCOP is not set # CONFIG_SOC_HAMCOP is not set @@ -987,13 +993,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_FONTS=y -CONFIG_FONT_8x8=y +# CONFIG_FONT_8x8 is not set # CONFIG_FONT_8x16 is not set # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set # CONFIG_FONT_ACORN_8x8 is not set -# CONFIG_FONT_MINI_4x6 is not set +CONFIG_FONT_MINI_4x6=y # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set @@ -1202,6 +1208,7 @@ # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set +# CONFIG_AUFS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |