2656de7e0e
There's no file named "drivers/char/bcmring/Kconfig". It seems it has never been part of the mainline kernel tree. So there's nothing to be sourced here. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
19 lines
311 B
Text
19 lines
311 B
Text
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
|