Kconfig (f8c440b209581809c5c8acac599410f23597a7b8) | Kconfig (f12d0d7c7786af39435ef6ae9defe47fb58f6091) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux Kernel Configuration" 7 8config ARM --- 607 unchanged lines hidden (view full) --- 616 is not currently executing. 617 618 The LART uses the same LED for both Timer LED and CPU usage LED 619 functions. You may choose to use both, but the Timer LED function 620 will overrule the CPU usage LED. 621 622config ALIGNMENT_TRAP 623 bool | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux Kernel Configuration" 7 8config ARM --- 607 unchanged lines hidden (view full) --- 616 is not currently executing. 617 618 The LART uses the same LED for both Timer LED and CPU usage LED 619 functions. You may choose to use both, but the Timer LED function 620 will overrule the CPU usage LED. 621 622config ALIGNMENT_TRAP 623 bool |
624 depends on CPU_CP15_MMU |
|
624 default y if !ARCH_EBSA110 625 help 626 ARM processors can not fetch/store information which is not 627 naturally aligned on the bus, i.e., a 4 byte fetch must start at an 628 address divisible by 4. On 32-bit ARM processors, these non-aligned 629 fetch/store instructions will be emulated in software if you say 630 here, which has a severe performance impact. This is necessary for 631 correct operation of some network protocols. With an IP-only --- 215 unchanged lines hidden (view full) --- 847source "net/Kconfig" 848 849menu "Device Drivers" 850 851source "drivers/base/Kconfig" 852 853source "drivers/connector/Kconfig" 854 | 625 default y if !ARCH_EBSA110 626 help 627 ARM processors can not fetch/store information which is not 628 naturally aligned on the bus, i.e., a 4 byte fetch must start at an 629 address divisible by 4. On 32-bit ARM processors, these non-aligned 630 fetch/store instructions will be emulated in software if you say 631 here, which has a severe performance impact. This is necessary for 632 correct operation of some network protocols. With an IP-only --- 215 unchanged lines hidden (view full) --- 848source "net/Kconfig" 849 850menu "Device Drivers" 851 852source "drivers/base/Kconfig" 853 854source "drivers/connector/Kconfig" 855 |
855if ALIGNMENT_TRAP | 856if ALIGNMENT_TRAP || !CPU_CP15_MMU |
856source "drivers/mtd/Kconfig" 857endif 858 859source "drivers/parport/Kconfig" 860 861source "drivers/pnp/Kconfig" 862 863source "drivers/block/Kconfig" --- 71 unchanged lines hidden --- | 857source "drivers/mtd/Kconfig" 858endif 859 860source "drivers/parport/Kconfig" 861 862source "drivers/pnp/Kconfig" 863 864source "drivers/block/Kconfig" --- 71 unchanged lines hidden --- |