if [31mCONFIG_ETRAX_ARCH_V32[0m
source arch/cris/arch-v32/mach-fs/Kconfig
source arch/cris/arch-v32/mach-a3/Kconfig
source drivers/cpufreq/Kconfig
config [31mCONFIG_ETRAX_DRAM_VIRTUAL_BASE[0m
hex
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "c0000000"
choice
prompt "Kernel GDB port"
depends on [31mCONFIG_ETRAX_KGDB[0m
default [31mCONFIG_ETRAX_KGDB_PORT0[0m
help
Choose a serial port for kernel debugging. NOTE: This port should
not be enabled under Drivers for built-in interfaces (as it has its
own initialization code) and should not be the same as the debug port.
config [31mCONFIG_ETRAX_KGDB_PORT4[0m
bool "Serial-4"
depends on [31mCONFIG_ETRAX_SERIAL_PORTS[0m = 5
help
Use serial port 4 for kernel debugging.
endchoice
config [31mCONFIG_ETRAX_MEM_GRP1_CONFIG[0m
hex "MEM_GRP1_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "4044a"
help
Waitstates for flash. The default value is suitable for the
standard flashes used in axis products (120 ns).
config [31mCONFIG_ETRAX_MEM_GRP2_CONFIG[0m
hex "MEM_GRP2_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "0"
help
Waitstates for [31mCONFIG_SRAM[0m. 0 is a good choice for most Axis products.
config [31mCONFIG_ETRAX_MEM_GRP3_CONFIG[0m
hex "MEM_GRP3_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "0"
help
Waitstates for CSP0-3. 0 is a good choice for most Axis products.
It may need to be changed if external devices such as extra
register-mapped LEDs are used.
config [31mCONFIG_ETRAX_MEM_GRP4_CONFIG[0m
hex "MEM_GRP4_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "0"
help
Waitstates for CSP4-6. 0 is a good choice for most Axis products.
config [31mCONFIG_ETRAX_SDRAM_GRP0_CONFIG[0m
hex "SDRAM_GRP0_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "336"
help
SDRAM configuration for group 0. The value depends on the
hardware configuration. The default value is suitable
for 32 MB organized as two 16 bits chips (e.g. Axis
part number 18550) connected as one 32 bit device (i.e. in
the same group).
config [31mCONFIG_ETRAX_SDRAM_GRP1_CONFIG[0m
hex "SDRAM_GRP1_CONFIG"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "0"
help
SDRAM configuration for group 1. The default value is 0
because group 1 is not used in the default configuration,
described in the help for SDRAM_GRP0_CONFIG.
config [31mCONFIG_ETRAX_SDRAM_TIMING[0m
hex "SDRAM_TIMING"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "104a"
help
SDRAM timing parameters. The default value is ok for
most hardwares but large SDRAMs may require a faster
refresh (a.k.a 8K refresh). The default value implies
100MHz clock and SDR mode.
config [31mCONFIG_ETRAX_SDRAM_COMMAND[0m
hex "SDRAM_COMMAND"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "0"
help
SDRAM command. Should be 0 unless you really know what
you are doing (may be != 0 for unusual address line
mappings such as in a MCM)..
config [31mCONFIG_ETRAX_DEF_GIO_PA_OE[0m
hex "GIO_PA_OE"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "1c"
help
Configures the direction of general port [31mCONFIG_A[0m bits. 1 is out, 0 is in.
This is often totally different depending on the product used.
There are some guidelines though - if you know that only LED's are
connected to port PA, then they are usually connected to bits 2-4
and you can therefore use 1c. On other boards which don't have the
LED's at the general ports, these bits are used for all kinds of
stuff. If you don't know what to use, it is always safe to put all
as inputs, although floating inputs isn't good.
config [31mCONFIG_ETRAX_DEF_GIO_PA_OUT[0m
hex "GIO_PA_OUT"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00"
help
Configures the initial data for the general port [31mCONFIG_A[0m bits. Most
products should use 00 here.
config [31mCONFIG_ETRAX_DEF_GIO_PB_OE[0m
hex "GIO_PB_OE"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the direction of general port [31mCONFIG_B[0m bits. 1 is out, 0 is in.
This is often totally different depending on the product used.
There are some guidelines though - if you know that only LED's are
connected to port PA, then they are usually connected to bits 2-4
and you can therefore use 1c. On other boards which don't have the
LED's at the general ports, these bits are used for all kinds of
stuff. If you don't know what to use, it is always safe to put all
as inputs, although floating inputs isn't good.
config [31mCONFIG_ETRAX_DEF_GIO_PB_OUT[0m
hex "GIO_PB_OUT"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the initial data for the general port [31mCONFIG_B[0m bits. Most
products should use 00000 here.
config [31mCONFIG_ETRAX_DEF_GIO_PC_OE[0m
hex "GIO_PC_OE"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the direction of general port [31mCONFIG_C[0m bits. 1 is out, 0 is in.
This is often totally different depending on the product used.
There are some guidelines though - if you know that only LED's are
connected to port PA, then they are usually connected to bits 2-4
and you can therefore use 1c. On other boards which don't have the
LED's at the general ports, these bits are used for all kinds of
stuff. If you don't know what to use, it is always safe to put all
as inputs, although floating inputs isn't good.
config [31mCONFIG_ETRAX_DEF_GIO_PC_OUT[0m
hex "GIO_PC_OUT"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the initial data for the general port [31mCONFIG_C[0m bits. Most
products should use 00000 here.
config [31mCONFIG_ETRAX_DEF_GIO_PD_OE[0m
hex "GIO_PD_OE"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the direction of general port [31mCONFIG_D[0m bits. 1 is out, 0 is in.
This is often totally different depending on the product used.
There are some guidelines though - if you know that only LED's are
connected to port PA, then they are usually connected to bits 2-4
and you can therefore use 1c. On other boards which don't have the
LED's at the general ports, these bits are used for all kinds of
stuff. If you don't know what to use, it is always safe to put all
as inputs, although floating inputs isn't good.
config [31mCONFIG_ETRAX_DEF_GIO_PD_OUT[0m
hex "GIO_PD_OUT"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the initial data for the general port [31mCONFIG_D[0m bits. Most
products should use 00000 here.
config [31mCONFIG_ETRAX_DEF_GIO_PE_OE[0m
hex "GIO_PE_OE"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the direction of general port [31mCONFIG_E[0m bits. 1 is out, 0 is in.
This is often totally different depending on the product used.
There are some guidelines though - if you know that only LED's are
connected to port PA, then they are usually connected to bits 2-4
and you can therefore use 1c. On other boards which don't have the
LED's at the general ports, these bits are used for all kinds of
stuff. If you don't know what to use, it is always safe to put all
as inputs, although floating inputs isn't good.
config [31mCONFIG_ETRAX_DEF_GIO_PE_OUT[0m
hex "GIO_PE_OUT"
depends on [31mCONFIG_ETRAX_ARCH_V32[0m
default "00000"
help
Configures the initial data for the general port [31mCONFIG_E[0m bits. Most
products should use 00000 here.
endif