2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_SYSVIPC=y
|
2013-10-10 12:00:33 +00:00
|
|
|
CONFIG_NO_HZ=y
|
|
|
|
CONFIG_HIGH_RES_TIMERS=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_IKCONFIG=y
|
|
|
|
CONFIG_IKCONFIG_PROC=y
|
2010-06-10 05:12:18 +00:00
|
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
|
|
CONFIG_BLK_DEV_INITRD=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_MODULES=y
|
|
|
|
CONFIG_MODULE_UNLOAD=y
|
2013-10-10 12:00:33 +00:00
|
|
|
CONFIG_PARTITION_ADVANCED=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_ARCH_INTEGRATOR=y
|
|
|
|
CONFIG_ARCH_INTEGRATOR_AP=y
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_ARCH_INTEGRATOR_CP=y
|
2013-10-10 12:00:33 +00:00
|
|
|
CONFIG_INTEGRATOR_IMPD1=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_CPU_ARM720T=y
|
|
|
|
CONFIG_CPU_ARM920T=y
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_CPU_ARM922T=y
|
|
|
|
CONFIG_CPU_ARM926T=y
|
|
|
|
CONFIG_CPU_ARM1020=y
|
|
|
|
CONFIG_CPU_ARM1022=y
|
|
|
|
CONFIG_CPU_ARM1026=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_PCI=y
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_PREEMPT=y
|
|
|
|
CONFIG_AEABI=y
|
2013-10-10 12:00:33 +00:00
|
|
|
# CONFIG_ATAGS is not set
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
|
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_CPU_FREQ=y
|
|
|
|
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
|
|
|
|
CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
|
|
|
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
|
|
CONFIG_FPE_NWFPE=y
|
2010-06-10 05:12:18 +00:00
|
|
|
CONFIG_NET=y
|
|
|
|
CONFIG_PACKET=y
|
|
|
|
CONFIG_UNIX=y
|
|
|
|
CONFIG_INET=y
|
|
|
|
CONFIG_IP_MULTICAST=y
|
|
|
|
CONFIG_IP_PNP=y
|
|
|
|
CONFIG_IP_PNP_DHCP=y
|
|
|
|
CONFIG_IP_PNP_BOOTP=y
|
|
|
|
# CONFIG_IPV6 is not set
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_MTD=y
|
|
|
|
CONFIG_MTD_CMDLINE_PARTS=y
|
|
|
|
CONFIG_MTD_AFS_PARTS=y
|
|
|
|
CONFIG_MTD_BLOCK=y
|
|
|
|
CONFIG_MTD_CFI=y
|
|
|
|
CONFIG_MTD_CFI_ADV_OPTIONS=y
|
|
|
|
CONFIG_MTD_CFI_INTELEXT=y
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_MTD_PHYSMAP=y
|
2013-10-10 12:00:33 +00:00
|
|
|
CONFIG_PROC_DEVICETREE=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
|
|
CONFIG_BLK_DEV_RAM=y
|
|
|
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
|
|
|
CONFIG_NETDEVICES=y
|
|
|
|
CONFIG_E100=y
|
2012-01-04 09:50:09 +00:00
|
|
|
CONFIG_SMC91X=y
|
2005-04-16 22:20:36 +00:00
|
|
|
# CONFIG_KEYBOARD_ATKBD is not set
|
|
|
|
# CONFIG_SERIO_SERPORT is not set
|
|
|
|
CONFIG_FB=y
|
|
|
|
CONFIG_FB_MODE_HELPERS=y
|
2012-01-04 09:50:09 +00:00
|
|
|
CONFIG_FB_ARMCLCD=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_FB_MATROX=y
|
|
|
|
CONFIG_FB_MATROX_MILLENIUM=y
|
|
|
|
CONFIG_FB_MATROX_MYSTIQUE=y
|
2012-01-04 09:50:09 +00:00
|
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
|
|
CONFIG_MMC=y
|
|
|
|
CONFIG_MMC_ARMMMCI=y
|
2013-10-10 12:00:33 +00:00
|
|
|
CONFIG_NEW_LEDS=y
|
|
|
|
CONFIG_LEDS_CLASS=y
|
|
|
|
CONFIG_LEDS_TRIGGERS=y
|
|
|
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
|
|
|
CONFIG_LEDS_TRIGGER_CPU=y
|
ARM: 7102/1: mach-integrator: update defconfig
Update the Integrator defconfig with some sensible defaults:
- Compile a combined image supporting Integrator/AP and
Integrator/CP, with the core modules CM720, CM920, CM922,
CM926, CM1020, CM1022 and CM1026 in a single image, this
works just fine and gives some nice compilation coverage
- NOHZ (tickless) and HRTIMERS turned on
- Compile using EABI, let's assume recent compilers are used
now (tested using GCC 4.4.1)
- Remove forced 32MiB at command line, the bootloader usually
knows this better, and my U-Boot patches nowadays make that
boot loader pass the correct adjusted value
- Enable the MTD Physmap flash driver, so that the changes done
earlier by Marc Zyngier replacing integrator-flash takes
effect
- Enable the PL030 RTC driver that has not been default-compiled
with any config for a while
This has been tested on the real hardware Integrator AP with
both an ARM920T and ARM926EJ-S core module.
Cc: Marc Zyngier <Marc.Zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-09-27 05:41:19 +00:00
|
|
|
CONFIG_RTC_CLASS=y
|
|
|
|
CONFIG_RTC_DRV_PL030=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_EXT2_FS=y
|
2012-01-04 09:50:09 +00:00
|
|
|
CONFIG_VFAT_FS=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_TMPFS=y
|
|
|
|
CONFIG_JFFS2_FS=y
|
|
|
|
CONFIG_CRAMFS=y
|
|
|
|
CONFIG_NFS_FS=y
|
2010-06-10 05:12:18 +00:00
|
|
|
CONFIG_ROOT_NFS=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_NFSD=y
|
|
|
|
CONFIG_NFSD_V3=y
|
2012-01-04 09:50:09 +00:00
|
|
|
CONFIG_NLS_CODEPAGE_437=y
|
|
|
|
CONFIG_NLS_ISO8859_1=y
|
2005-04-16 22:20:36 +00:00
|
|
|
CONFIG_MAGIC_SYSRQ=y
|
2010-06-10 05:12:18 +00:00
|
|
|
CONFIG_DEBUG_KERNEL=y
|