[ARM] pxa: add basic support for HP iPAQ h5000
This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions.
Kernel will able to boot, work via serial console, mount filesystems
placed on flashes and run USB gadgets (g_ether by default).
Other device drivers (frame buffer, LCD, touchscreen, backlight,
bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ
SoCs/MFDs, drivers to which will be submitted too, after massive
cleanups.
This machine will be used as "real user" for these new drivers.
This is an updated version of the patch, which contains fixes proposed on
linux-arm-kernel mailing list.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Signed-off-by: Milan Plzik <milan.plzik@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
2008-10-23 19:06:56 +00:00
|
|
|
CONFIG_EXPERIMENTAL=y
|
|
|
|
CONFIG_SYSVIPC=y
|
|
|
|
CONFIG_IKCONFIG=y
|
|
|
|
CONFIG_IKCONFIG_PROC=y
|
|
|
|
CONFIG_LOG_BUF_SHIFT=16
|
|
|
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
|
|
|
CONFIG_EMBEDDED=y
|
|
|
|
# CONFIG_UID16 is not set
|
|
|
|
CONFIG_SLAB=y
|
|
|
|
CONFIG_MODULES=y
|
|
|
|
CONFIG_MODULE_UNLOAD=y
|
|
|
|
CONFIG_MODULE_FORCE_UNLOAD=y
|
|
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
|
|
# CONFIG_IOSCHED_CFQ is not set
|
|
|
|
CONFIG_ARCH_PXA=y
|
|
|
|
CONFIG_MACH_H5000=y
|
|
|
|
CONFIG_AEABI=y
|
|
|
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
|
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
|
|
CONFIG_CMDLINE="keepinitrd"
|
|
|
|
CONFIG_KEXEC=y
|
|
|
|
CONFIG_FPE_NWFPE=y
|
|
|
|
CONFIG_PM=y
|
|
|
|
CONFIG_APM_EMULATION=y
|
|
|
|
CONFIG_NET=y
|
|
|
|
CONFIG_PACKET=y
|
|
|
|
CONFIG_UNIX=y
|
|
|
|
CONFIG_INET=y
|
|
|
|
CONFIG_IP_MULTICAST=y
|
|
|
|
CONFIG_IP_PNP=y
|
|
|
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
|
|
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
|
|
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
|
|
|
# CONFIG_INET_LRO is not set
|
|
|
|
# CONFIG_INET_DIAG is not set
|
|
|
|
# CONFIG_IPV6 is not set
|
|
|
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
|
|
|
CONFIG_MTD=y
|
|
|
|
CONFIG_MTD_PARTITIONS=y
|
|
|
|
CONFIG_MTD_BLOCK=y
|
|
|
|
CONFIG_MTD_CFI=y
|
|
|
|
CONFIG_MTD_CFI_ADV_OPTIONS=y
|
|
|
|
CONFIG_MTD_CFI_GEOMETRY=y
|
|
|
|
CONFIG_MTD_CFI_INTELEXT=y
|
|
|
|
CONFIG_MTD_PHYSMAP=y
|
|
|
|
# CONFIG_INPUT_MOUSEDEV is not set
|
|
|
|
# CONFIG_INPUT_KEYBOARD is not set
|
|
|
|
# CONFIG_INPUT_MOUSE is not set
|
|
|
|
# CONFIG_SERIO is not set
|
|
|
|
CONFIG_SERIAL_PXA=y
|
|
|
|
CONFIG_SERIAL_PXA_CONSOLE=y
|
|
|
|
CONFIG_LEGACY_PTY_COUNT=32
|
|
|
|
# CONFIG_HW_RANDOM is not set
|
|
|
|
# CONFIG_HWMON is not set
|
|
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
|
|
# CONFIG_HID_SUPPORT is not set
|
|
|
|
CONFIG_USB_GADGET=y
|
2010-06-10 05:12:18 +00:00
|
|
|
CONFIG_USB_ETH=m
|
[ARM] pxa: add basic support for HP iPAQ h5000
This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions.
Kernel will able to boot, work via serial console, mount filesystems
placed on flashes and run USB gadgets (g_ether by default).
Other device drivers (frame buffer, LCD, touchscreen, backlight,
bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ
SoCs/MFDs, drivers to which will be submitted too, after massive
cleanups.
This machine will be used as "real user" for these new drivers.
This is an updated version of the patch, which contains fixes proposed on
linux-arm-kernel mailing list.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Signed-off-by: Milan Plzik <milan.plzik@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
2008-10-23 19:06:56 +00:00
|
|
|
# CONFIG_USB_ETH_RNDIS is not set
|
|
|
|
CONFIG_RTC_CLASS=y
|
|
|
|
CONFIG_RTC_DRV_SA1100=y
|
|
|
|
CONFIG_EXT2_FS=y
|
|
|
|
CONFIG_INOTIFY=y
|
2010-06-10 05:12:18 +00:00
|
|
|
# CONFIG_PROC_PAGE_MONITOR is not set
|
[ARM] pxa: add basic support for HP iPAQ h5000
This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions.
Kernel will able to boot, work via serial console, mount filesystems
placed on flashes and run USB gadgets (g_ether by default).
Other device drivers (frame buffer, LCD, touchscreen, backlight,
bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ
SoCs/MFDs, drivers to which will be submitted too, after massive
cleanups.
This machine will be used as "real user" for these new drivers.
This is an updated version of the patch, which contains fixes proposed on
linux-arm-kernel mailing list.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Signed-off-by: Milan Plzik <milan.plzik@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
2008-10-23 19:06:56 +00:00
|
|
|
CONFIG_TMPFS=y
|
|
|
|
CONFIG_JFFS2_FS=y
|
|
|
|
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
|
|
|
|
# CONFIG_NETWORK_FILESYSTEMS is not set
|
|
|
|
CONFIG_PRINTK_TIME=y
|
|
|
|
CONFIG_DEBUG_KERNEL=y
|
|
|
|
# CONFIG_SCHED_DEBUG is not set
|
|
|
|
# CONFIG_DEBUG_BUGVERBOSE is not set
|
|
|
|
CONFIG_SYSCTL_SYSCALL_CHECK=y
|
|
|
|
# CONFIG_FTRACE is not set
|
|
|
|
CONFIG_CRYPTO=y
|
|
|
|
CONFIG_CRYPTO_HMAC=y
|
|
|
|
CONFIG_CRYPTO_MD5=y
|
|
|
|
CONFIG_CRYPTO_SHA1=y
|
|
|
|
CONFIG_CRYPTO_DES=y
|
|
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
|
|
# CONFIG_CRYPTO_HW is not set
|
|
|
|
CONFIG_CRC_CCITT=y
|