2005-04-17 02:20:36 +04:00
CONFIG_SYSVIPC=y
2022-08-25 19:20:35 +03:00
CONFIG_NO_HZ_IDLE=y
2013-10-10 16:00:33 +04:00
CONFIG_HIGH_RES_TIMERS=y
2020-08-20 11:57:52 +03:00
CONFIG_PREEMPT=y
2005-04-17 02:20:36 +04:00
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
2010-06-10 09:12:18 +04:00
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
2014-06-27 12:44:14 +04:00
CONFIG_ARCH_MULTI_V4T=y
CONFIG_ARCH_MULTI_V5=y
# CONFIG_ARCH_MULTI_V7 is not set
2005-04-17 02:20:36 +04:00
CONFIG_ARCH_INTEGRATOR=y
CONFIG_ARCH_INTEGRATOR_AP=y
2013-10-10 16:00:33 +04:00
CONFIG_INTEGRATOR_IMPD1=y
2016-08-10 11:52:12 +03:00
CONFIG_ARCH_INTEGRATOR_CP=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 09:41:19 +04:00
CONFIG_AEABI=y
2013-10-10 16:00:33 +04:00
# CONFIG_ATAGS is not set
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 09:41:19 +04:00
CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
2005-04-17 02:20:36 +04:00
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
2016-08-10 11:47:11 +03:00
CONFIG_CPUFREQ_DT=y
2020-08-20 11:57:52 +03:00
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_PARTITION_ADVANCED=y
2010-06-10 09:12:18 +04: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
2020-08-20 11:57:52 +03:00
CONFIG_PCI=y
2005-04-17 02:20:36 +04: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 09:41:19 +04:00
CONFIG_MTD_PHYSMAP=y
2016-08-10 11:52:12 +03:00
CONFIG_MTD_PHYSMAP_OF=y
2005-04-17 02:20:36 +04: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 13:50:09 +04:00
CONFIG_SMC91X=y
2020-08-20 11:57:52 +03:00
CONFIG_INPUT_EVDEV=y
2005-04-17 02:20:36 +04:00
# CONFIG_KEYBOARD_ATKBD is not set
2020-08-20 11:57:52 +03:00
CONFIG_KEYBOARD_GPIO=y
2005-04-17 02:20:36 +04:00
# CONFIG_SERIO_SERPORT is not set
2019-02-22 18:09:31 +03:00
CONFIG_DRM=y
2020-08-20 11:57:52 +03:00
CONFIG_DRM_DISPLAY_CONNECTOR=y
2020-02-26 14:24:31 +03:00
CONFIG_DRM_SIMPLE_BRIDGE=y
2019-02-22 18:09:31 +03:00
CONFIG_DRM_PL111=y
2021-07-14 15:27:03 +03:00
CONFIG_FB=y
2019-02-22 18:09:31 +03:00
CONFIG_BACKLIGHT_CLASS_DEVICE=y
2012-01-04 13:50:09 +04:00
# CONFIG_VGA_CONSOLE is not set
2019-02-22 18:09:31 +03:00
CONFIG_LOGO=y
2012-01-04 13:50:09 +04:00
CONFIG_MMC=y
CONFIG_MMC_ARMMMCI=y
2013-10-10 16:00:33 +04:00
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
2016-08-10 11:52:12 +03:00
CONFIG_LEDS_SYSCON=y
2013-10-10 16:00:33 +04:00
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 09:41:19 +04:00
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_PL030=y
2005-04-17 02:20:36 +04:00
CONFIG_EXT2_FS=y
2012-01-04 13:50:09 +04:00
CONFIG_VFAT_FS=y
2005-04-17 02:20:36 +04:00
CONFIG_TMPFS=y
CONFIG_JFFS2_FS=y
CONFIG_CRAMFS=y
CONFIG_NFS_FS=y
2010-06-10 09:12:18 +04:00
CONFIG_ROOT_NFS=y
2005-04-17 02:20:36 +04:00
CONFIG_NFSD=y
2012-01-04 13:50:09 +04:00
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
2010-06-10 09:12:18 +04:00
CONFIG_DEBUG_KERNEL=y
2022-07-20 15:47:57 +03:00
CONFIG_MAGIC_SYSRQ=y