diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-21 20:01:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:13 +0200 |
commit | cf271174ac12990fe470cb97e93c909325f732fb (patch) | |
tree | 04def7c38a2c29be07e8a55820adf33c0c779f47 | |
parent | f70f7569c09825f00c4f32a800130862501f525f (diff) |
linux-davinci git: add hack for hawkboard machine ID
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig index 3771e46750..f29096ba67 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Tue Jan 12 18:47:00 2010 +# Thu Jan 21 15:18:01 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -268,6 +268,7 @@ CONFIG_OMAP_PACKAGE_CBB=y # CONFIG_MACH_OMAP_LDP is not set # CONFIG_MACH_OVERO is not set CONFIG_MACH_OMAP3EVM=y +CONFIG_PMIC_TWL4030=y # CONFIG_MACH_OMAP3517EVM is not set # CONFIG_MACH_OMAP3_PANDORA is not set # CONFIG_MACH_OMAP3_TOUCHBOOK is not set @@ -600,8 +601,11 @@ CONFIG_MAC80211_RC_DEFAULT="minstrel" CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set -# CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set +CONFIG_WIMAX=m +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y # CONFIG_NET_9P is not set # @@ -920,8 +924,12 @@ CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set # -# Enable WiMAX (Networking options) to see the WiMAX drivers +# WiMAX Wireless Broadband devices # +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_USB=m +# CONFIG_WIMAX_I2400M_SDIO is not set +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 # # USB Network Adapters @@ -949,6 +957,7 @@ CONFIG_USB_ARMLINUX=y # CONFIG_USB_EPSON2888 is not set # CONFIG_USB_KC2190 is not set CONFIG_USB_NET_ZAURUS=m +CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m # CONFIG_WAN is not set CONFIG_PPP=m @@ -1712,7 +1721,7 @@ CONFIG_USB_TMC=m # # also be needed; see USB_STORAGE Help for more info # -CONFIG_USB_STORAGE=y +CONFIG_USB_STORAGE=m # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set @@ -1725,7 +1734,7 @@ CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_ONETOUCH is not set # CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set -# CONFIG_USB_LIBUSUAL is not set +CONFIG_USB_LIBUSUAL=y # # USB Imaging devices @@ -1739,7 +1748,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_SERIAL=m CONFIG_USB_EZUSB=y CONFIG_USB_SERIAL_GENERIC=y -# CONFIG_USB_SERIAL_AIRCABLE is not set +CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_CH341=m |