You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
352 B
22 lines
352 B
16 years ago
|
choice
|
||
|
prompt "Processor selection in BCMRING family of devices"
|
||
|
depends on ARCH_BCMRING
|
||
|
default ARCH_BCM11107
|
||
|
|
||
|
config ARCH_FPGA11107
|
||
|
bool "FPGA11107"
|
||
|
|
||
|
config ARCH_BCM11107
|
||
|
bool "BCM11107"
|
||
|
endchoice
|
||
|
|
||
|
menu "BCMRING Options"
|
||
|
depends on ARCH_BCMRING
|
||
|
|
||
|
config BCM_ZRELADDR
|
||
|
hex "Compressed ZREL ADDR"
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
# source "drivers/char/bcmring/Kconfig"
|